CSS adjustment for screens wider than 1920px

This commit is contained in:
bergware
2017-08-24 12:54:47 +02:00
parent d706484ffa
commit e1b221d328
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
body{font-size:14px;color:#606E7F;background-color:#E4E2E4;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{display:none}
#template{min-width:1080px;max-width:1920px;margin:0}
@media (max-width:1920px){#template{min-width:1080px;margin:0}}
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:left}
p.centered{text-align:left}
+2 -1
View File
@@ -1,6 +1,7 @@
html{font-family:arimo}
body{font-size:12px;color:#808080;background-color:#000000;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#template{min-width:1080px;max-width:1920px;margin:0 10px}
@media (max-width:1920px){#template{min-width:1080px;margin:0 10px}}
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:justify}
p.centered{text-align:left}
+2 -1
View File
@@ -1,7 +1,8 @@
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
body{font-size:14px;color:#606E7F;background-color:#1B1D1B;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{display:none}
#template{min-width:1080px;max-width:1920px;margin:0}
@media (max-width:1920px){#template{min-width:1080px;margin:0}}
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:left}
p.centered{text-align:left}
+2 -1
View File
@@ -1,6 +1,7 @@
html{font-family:arimo}
body{font-size:12px;color:#303030;background-color:#FFFFFF;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#template{min-width:1080px;max-width:1920px;margin:0 10px}
@media (max-width:1920px){#template{min-width:1080px;margin:0 10px}}
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:justify}
p.centered{text-align:left}