Updated release notes layout

This commit is contained in:
2023-10-23 17:43:38 +02:00
parent 0b49649bd4
commit 035439a244

View File

@ -51,20 +51,42 @@
font-weight: bold; font-weight: bold;
} }
h3 { h3 {
font-size: 15px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin: 16px 0; margin: 32px 0 20px 0;
} }
ul { ul {
list-style: square; list-style: square;
line-height: 160%;
margin-left: 20px; margin-left: 20px;
} }
ul li { ul li {
margin-bottom: 4px; margin-bottom: 10px;
}
a {
text-decoration: underline;
color: rgb(30, 58, 138);
}
p.warning {
margin-top: 15px;
background-color: #ffffd0;
padding: 25px;
line-height: 160%;
}
p.warning::before {
content: "";
}
code {
background-color: #ebf9ff;
border: 1px solid #bed9ef;
border-radius: 3px;
padding: 2px 5px;
font-size: 14px;
} }
</style> </style>
<div class="flex flex-col m-auto max-w-3xl py-4 md:py-10"> <div class="flex flex-col m-auto max-w-3xl py-4 md:py-10">
<h1>Changelog</h1> <h1>Changelog</h1>
<p class="py-4 font-bold">This is the changelog for the early access builds of PHP Monitor. You can gain access to these early access builds by <a href="https://github.com/sponsors/nicoverbruggen" target="_blank">sponsoring the project</a> on a monthly basis on GitHub.</p>
{!! $content !!} {!! $content !!}
</div> </div>
</div> </div>