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