0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Deleted the page headers

This commit is contained in:
2024-10-24 19:16:56 +00:00
parent f8d98d2933
commit 2aa8042e3d
3 changed files with 2 additions and 68 deletions

View File

@ -35,7 +35,7 @@ body {
margin: auto;
max-width: 52em;
min-height: 100vh;
padding: 4em;
padding: 2em 4em;
position: relative;
text-rendering: optimizelegibility;
}
@ -43,7 +43,7 @@ body {
@media (width <=684px) {
body {
font-size: $fontSizeBase * 0.85;
padding: 4em 1em 2em;
padding: 2em 1em;
}
}