mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Better paddings.
This commit is contained in:
parent
a537fcde37
commit
258cadbf95
2 changed files with 8 additions and 1 deletions
|
@ -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
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue