stcky footer (hopefully)
This commit is contained in:
parent
c08b0028de
commit
7c8db37e63
|
|
@ -5,6 +5,8 @@ font-family: 'Open Sans', sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: white;
|
color: white;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
} .navbar {
|
} .navbar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|
@ -25,6 +27,7 @@ color: white;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anotherfuckingcontainer {
|
.anotherfuckingcontainer {
|
||||||
|
|
@ -46,11 +49,14 @@ color: white;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
} .bannerimg {
|
} .bannerimg {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
max-width: none;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navdrawer {
|
.navdrawer {
|
||||||
|
|
@ -178,6 +184,7 @@ color: white;
|
||||||
"install"
|
"install"
|
||||||
"favicon"
|
"favicon"
|
||||||
"config";
|
"config";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 38em) { .container {
|
@media only screen and (min-width: 38em) { .container {
|
||||||
|
|
@ -305,6 +312,8 @@ color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue