Float left fixes everything

add-license-1
Guus van Meerveld 5 years ago committed by GitHub
parent 2385793f65
commit 3d02dbc018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
.main {
background-color: #212126;
width: 100%;
float: left;
}
.main h1 {
text-align: center;
@ -42,6 +43,8 @@
background-color: #18181b;
box-shadow: 0 -1px 6px 1px hsla(0, 0%, 0%, 0.8);
width: 100%;
padding-top: 2rem;
float: left;
}
.info h2 {
margin: 0;