[enh] Better paddings.

This commit is contained in:
opi 2014-05-07 15:52:41 +02:00
parent a537fcde37
commit 258cadbf95
2 changed files with 8 additions and 1 deletions

View file

@ -18,6 +18,10 @@ html {
body {
max-width: @container-md;
margin: auto;
padding: 0 10px;
@media (min-width: @screen-sm-min) {
padding: 0 20px;
}
}
.block {
@ -79,6 +83,7 @@ body {
.app.title {
.make-xs-column(10);
padding-left: 0;
.desc {
.small;
color: @gray-light;
@ -131,6 +136,8 @@ body {
#main {
/*float: left;*/
/*overflow: hidden;*/
padding-left: 0;
padding-right: 0;
}
.ajax-loader {

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long