extract more constants into less variables

This commit is contained in:
ansuz
2017-01-03 12:19:07 +01:00
parent 27d5559b0c
commit 7b87213ec3
6 changed files with 36 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
.cryptofist {
margin-left: auto;
margin-right: auto;
@media screen and (max-height: 450px) {
@media screen and (max-height: @media-short-screen) {
display: none;
}
}