contactorama/app/assets/stylesheets/mobile.css
2012-04-18 23:30:00 +02:00

23 lines
No EOL
413 B
CSS

.row, .body, .container {
width: 100%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
/* Type presets */
body {
font-size: 16px;
line-height: 24px;
}