A bit of responsiveness

This commit is contained in:
Phyks 2014-01-24 19:07:02 +01:00
parent f8cbfe7e8e
commit 3d4b07651d
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ html, body {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
@media (max-width: 1050px) {
#main {
width: 100% !important;
}
}
#main h1 {
margin: 0;
border: 1px solid black;