Fixed header alignment issues

This commit is contained in:
Stone-Red-Code
2021-01-07 09:00:04 +01:00
parent 9dcd5840b7
commit 9b55446f30
+8 -3
View File
@@ -11,7 +11,6 @@ html {
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 257px; margin-bottom: 257px;
overflow-x: hidden;
background-color: #40444B; background-color: #40444B;
} }
@@ -27,6 +26,8 @@ footer {
.header { .header {
height: 130px; height: 130px;
width: 100%; width: 100%;
padding: 0px;
margin: 0px;
} }
.header-image { .header-image {
@@ -42,8 +43,9 @@ footer {
text-align: center; text-align: center;
z-index: 2; z-index: 2;
left: 50%; left: 50%;
transform: translate(-50%,-140%); top: 1.5rem;
white-space:nowrap ; transform: translate(-50%, 0%);
width: fit-content;
} }
#quotes { #quotes {
@@ -136,6 +138,9 @@ a:active {
.stats { .stats {
display: none; display: none;
} }
.header-text {
margin-top: 1.1rem;
}
#quotes { #quotes {
display: none; display: none;
} }