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 {
padding: 4em 0;
padding: 4em 0 1em;
background: #F1F1F1;
margin-bottom: 2em;
}
header h1 {
font-size: 1.6em;
}
table.results {
width: 100%;
border-spacing: 0;

Loading…
Cancel
Save