Browse Source

Reduce page padding

pull/6/head
Menci 7 years ago
parent
commit
77773b5390
  1. 4
      static/style.css

4
static/style.css

@ -314,8 +314,8 @@
} }
.padding { .padding {
padding-left: 1.5em; padding-left: 1em;
padding-right: 1.5em; padding-right: 1em;
} }
.ui.segment:first-child { .ui.segment:first-child {

Loading…
Cancel
Save