fixed width to 1920px

This commit is contained in:
cubedro
2015-04-03 00:21:18 +03:00
parent b8f7730af6
commit 9487a06dbd
2 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
body {
min-width: 1920px;
font-smooth: auto;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
@@ -117,7 +118,7 @@ table td i {
}
@media only screen and (max-width: 639px) {
.big-info {
/*.big-info {
padding-bottom: 15px;
padding-top: 15px;
border: 1px solid rgba(255,255,255,0.05);
@@ -148,13 +149,13 @@ table td i {
font-size: 46px;
line-height: 50px;
letter-spacing: -4px;
}
}*/
}
@media only screen and (max-width: 479px) {
.stat-holder {
/*.stat-holder {
width: 100%;
}
}*/
}
.ng-cloak {