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:
@ -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,
|
||||
|
Reference in New Issue
Block a user