Difference between revisions of "Template:Freiburg/CSS"
Line 265: | Line 265: | ||
} | } | ||
− | @media only screen and (min-width: | + | @media only screen and (min-width: 906px){ |
− | /* style for browsers wider | + | /* style for browsers wider than 900px */ |
.page_content{ | .page_content{ | ||
width: 900px; | width: 900px; | ||
Line 273: | Line 273: | ||
} | } | ||
} | } | ||
− | @media only screen and (max-width: | + | @media only screen and (max-width: 905){ |
− | /* style for browsers | + | /* style for browsers smaller than 900px */ |
.page_content{ | .page_content{ | ||
width: intrinsic; | width: intrinsic; |
Revision as of 07:52, 29 August 2015