mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 12:32:11 +01:00
added fixed footer
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
}
|
||||
|
||||
html,body{
|
||||
min-height: 100% !important;
|
||||
height: 100%;
|
||||
height: 100% !important;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1, h2{
|
||||
@@ -51,7 +54,7 @@ h1, h2{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
padding-top:10px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1030px) {
|
||||
|
||||
Reference in New Issue
Block a user