mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Fixed header alignment issues
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user