diff options
| author | smdyv <88971341+smdyv@users.noreply.github.com> | 2022-04-21 19:27:35 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-21 13:41:18 -0400 |
| commit | 367880caf5cc5c099b27663f5b3cb2e649101922 (patch) | |
| tree | 047a2e9d1fc082e5d0774ace1d8266279b60de11 | |
| parent | 66fcee80ef3557be085dc1ea6f2d2110e45c8cc2 (diff) | |
Normalize line height of hero title
We want consistent white space between the hero text and its neighboring
elements.
| -rw-r--r-- | static/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 7c7dd34a..16659888 100644 --- a/static/main.css +++ b/static/main.css @@ -232,6 +232,7 @@ main.normalize { .hero h1 { margin: 0; + line-height: 1; } .device-img { |
