basic bones for music page- needs db and custom server!

This commit is contained in:
ari melody 2023-10-05 21:13:03 +01:00
parent c6442e3333
commit a5ea652f6b
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 523 additions and 25 deletions

View file

@ -98,6 +98,7 @@ header ul li a:not(.inactive):hover {
main {
width: min(calc(100% - 4rem), 720px);
min-height: calc(100vh - 10.3rem);
margin: auto;
}
@ -243,7 +244,13 @@ ul.links li a:hover {
}
footer {
margin: 2rem;
border-top: 1px solid #888;
}
#footer {
width: min(calc(100% - 4rem), 720px);
margin: auto;
padding: 2rem 0;
color: #aaa;
}