added scrollable header

This commit is contained in:
aethrvmn 2024-08-29 14:22:50 +03:00
parent 604d394555
commit 2614df6242

View file

@ -8,6 +8,7 @@
color: #ac9c6d; color: #ac9c6d;
} }
header { header {
background: #2d2a2e;
border-bottom: 2px dotted #f7f6f3; border-bottom: 2px dotted #f7f6f3;
} }
header a { header a {
@ -35,6 +36,7 @@ body {
max-width: 60%; max-width: 60%;
margin: auto; margin: auto;
padding: .2em; padding: .2em;
padding-top: 0;
line-height: 1.5em; line-height: 1.5em;
font-size: 19px; font-size: 19px;
} }
@ -73,8 +75,8 @@ a:hover {
/* Adjust background at your leisure! */ /* Adjust background at your leisure! */
header { header {
position: relative; position: fixed;
width: 100%; width: 60%;
height: 1.75rem; height: 1.75rem;
font-size: 1rem; font-size: 1rem;
} }
@ -146,7 +148,7 @@ main a {
} }
.content-wrapper { .content-wrapper {
padding: 0px 12px 0px 12px; padding: 40px 12px 0px 12px;
} }
#personal { #personal {