chore: Revert title capitalization of Website Source

Since this is not a header nor a button, it shouldn't have header capitalization
This commit is contained in:
daudix
2024-01-20 16:15:06 +03:00
parent ef4b2c6a77
commit 275fa8bbde
3 changed files with 3 additions and 17 deletions

View File

@ -59,16 +59,9 @@ body {
// LAYOUT
.container {
width: 80vw;
margin-left: auto;
margin-right: auto;
max-width: var(--content-width);
}
@media screen and (max-width: 480px) {
.container {
width: 90vw;
}
width: min(var(--content-width), 90%);
}
h1,