Styling tidy

This commit is contained in:
Oliver Davies 2018-03-30 20:11:24 +01:00
parent 918d355844
commit 2d9d67dfe1
4 changed files with 29 additions and 11 deletions

View file

@ -2,7 +2,21 @@
background: url('../../../images/loading.gif') center no-repeat;
min-height: 275px;
@screen md { & { min-height: 375px; } }
@screen lg { & { min-height: 450px; } }
@screen xl { & { min-height: 560px; } }
@screen md {
& {
min-height: 375px;
}
}
@screen lg {
& {
min-height: 450px;
}
}
@screen xl {
& {
min-height: 560px;
}
}
}