Browse Source

Reduce header bottom padding and title size

pull/1/head
Luke Childs 6 years ago
parent
commit
07ee76ac62
  1. 6
      style.css

6
style.css

@ -12,11 +12,15 @@ body {
} }
header { header {
padding: 4em 0; padding: 4em 0 1em;
background: #F1F1F1; background: #F1F1F1;
margin-bottom: 2em; margin-bottom: 2em;
} }
header h1 {
font-size: 1.6em;
}
table.results { table.results {
width: 100%; width: 100%;
border-spacing: 0; border-spacing: 0;

Loading…
Cancel
Save