position: relative;
display: inline-block;
min-height: 100%;
+ min-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
}
}
-@media screen and (max-width:1000px) {
+@media screen and (max-width:1200px) {
#background {
background: none;
border: none;
div.code {
margin: 0px;
clear: both;
+ background: #EEEEEE;
+ border-top: #BBBBBB 1px solid;
+ border-bottom: #BBBBBB 1px solid;
}
}