Fix styles

This commit is contained in:
Ildar Kamalov
2019-01-18 20:38:10 +03:00
committed by Eugene Bujak
parent 5349ec76fd
commit 2bd4840ba5
2 changed files with 9 additions and 4 deletions

View File

@@ -1,9 +1,14 @@
.setup {
min-height: calc(100vh - 80px);
padding: 50px 0;
line-height: 1.48;
}
@media screen and (min-width: 768px) {
.setup {
padding: 50px 0;
}
}
.setup__container {
max-width: 650px;
margin: 0 auto;