a couple style fixes

This commit is contained in:
nixa 2016-05-19 16:26:31 +03:00
parent a1d4b34467
commit e59730afdc
3 changed files with 10 additions and 1 deletions

View file

@ -9,10 +9,13 @@ html {
html, body {
min-height: 100%;
height: 100%;
min-width: $resMin;
}
main {
min-height: 100%;
position: relative;
font: 14px/16px $font-family;
color: $default-text;
@include body-bg();