This commit is contained in:
2026-02-24 17:05:46 -06:00
parent 657001cf85
commit e97ec633b5

View File

@@ -1,7 +1,3 @@
html, body {
height: 100%;
}
body { body {
margin:0; margin:0;
padding:0; padding:0;
@@ -13,7 +9,6 @@ main {
} }
header, footer { header, footer {
height: 5%;
} }
header { header {
@@ -22,9 +17,6 @@ header {
header * { header * {
display: inline; display: inline;
color:white; color:white;
position: relative;
top: 50%;
transform: translateY(-50%);
} }
header h1 { header h1 {