Browse Source

Fixes to the webui CSS

pull/271/head
EinMByte 9 years ago
parent
commit
30798f835e
  1. 5
      webui/css/main.css

5
webui/css/main.css

@ -5,7 +5,7 @@ body {
} }
.header { .header {
margin: 0px; margin: 0px 150px;
text-align: center; text-align: center;
padding: 2.5em 2em 0px; padding: 2.5em 2em 0px;
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
@ -22,9 +22,8 @@ h2 {
} }
.content { .content {
margin: 0px auto 50px; margin: 0px 150px auto;
padding: 0px 2em; padding: 0px 2em;
max-width: 800px;
line-height: 1.6em; line-height: 1.6em;
} }

Loading…
Cancel
Save