Skip to content

Commit 3a9e076

Browse files
committed
Tighten up spacing in landing page css (#2021)
1 parent 0b284b3 commit 3a9e076

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

static/css/landing-style.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,18 @@ font-size: 0.88rem;
1717
}
1818
input {display:inline-block;padding:5px;border:1px solid #ccc;}
1919
hr {margin:2rem auto; width: 150px;}
20-
p {font-size: 0.88rem; padding-top:0.7rem;}
20+
p {font-size: 0.88rem;}
2121
a {color:#0284c7;}
2222
a:hover, a:active {color:darkblue}
2323
a:visited {color:#0284c7;}
24-
h1 {font-size: 1.44rem; font-weight:700; padding-top:1rem; padding-bottom:0.3rem}
25-
h2 {font-size: 1rem; font-weight:600; text-transform: uppercase; padding-top:1rem; padding-bottom:0.6rem}
26-
h3 {font-size: 1.1rem; font-weight:700; padding-top:0.6rem;}
27-
h4 {font-size: 0.95rem; font-weight:700;padding-top:0.6rem;}
28-
h5 {font-size: 0.69; font-weight:700;}
24+
h1 {font-size: 1.44rem; font-weight:700;}
25+
h2 {font-size: 1rem; font-weight:600; text-transform: uppercase;}
26+
h3 {font-size: 1.1rem; font-weight:700;}
27+
h4 {font-size: 0.95rem; font-weight:700;}
28+
h5 {font-size: 0.69rem; font-weight:700;}
2929
h6 {}
3030
ul {}
31-
ul > li {padding-top:0.5rem;}
3231
ol {}
33-
ol > li {padding-top:0.5rem;}
3432
code, pre {
3533
font-family: monospace;
3634
font-size: 0.88rem;

0 commit comments

Comments
 (0)