adjust more spacings

This commit is contained in:
Frédéric Péters 2018-03-25 19:29:09 +02:00
parent 4beff5c3e3
commit 0593f5bab5
1 changed files with 3 additions and 3 deletions

View File

@ -364,9 +364,7 @@ div#main-content {
width: 100%;
margin: 1rem;
margin-left: 1rem;
padding: 1em 6px 0 6px;
min-height: 90vh;
background: white;
position: relative;
overflow-x: auto;
overflow-y: hidden;
@ -460,7 +458,6 @@ div#more-user-links a:hover:after {
/* page content */
div#content {
margin: 0 1ex 1em 0;
background: white;
padding: 1ex;
border-radius: 3px;
@ -1111,6 +1108,9 @@ $colors: "4e7ee2", "ff375e", "6f2b92";
div.section {
margin: 1em 0;
&:first-child {
margin-top: 0;
}
border: 1px solid transparent;
border-radius: 3px;
background: white;