Small CSS improvements

This commit is contained in:
Wruczek 2017-04-23 20:19:27 +02:00
parent 3876150864
commit daa2022846
1 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,7 @@
html {
min-width: 320px;
}
.fa { .fa {
margin-right: 5px margin-right: 5px
} }
@ -119,19 +123,13 @@ html {
body { body {
position: relative; position: relative;
margin: 0; margin: 0;
padding-bottom: 12rem; padding-bottom: 120px;
min-height: 100%; min-height: 100%;
} }
@media (max-width: 380px) { @media (max-width: 380px) {
body { body {
padding-bottom: 15rem; padding-bottom: 150px;
}
}
@media (max-width: 280px) {
body {
padding-bottom: 20rem;
} }
} }
@ -140,7 +138,7 @@ body {
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: 1rem; padding: 10px;
} }
.footer .pull-right p { .footer .pull-right p {