diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-08-18T02·17-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-08-18T03·23+0000 |
commit | 15163fdc160ae4cfd93c5416729d14221ac7239c (patch) | |
tree | bd074ceda62658abf0027264f3af61a37c3a2f12 /users/grfn/gws.fyi/main.css | |
parent | 8dd5ee26d737b1ea62c607480d4f1e1c2d9d2f73 (diff) |
feat(gws.fyi): Add a recipe for tomato paste r/2748
Someone asked for this, so here it is. Change-Id: I00c52deb8c3f4e8f786cf4763b39d862ad041f6d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3371 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/gws.fyi/main.css')
-rw-r--r-- | users/grfn/gws.fyi/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/grfn/gws.fyi/main.css b/users/grfn/gws.fyi/main.css index 26423f18f12f..cdcd440766ca 100644 --- a/users/grfn/gws.fyi/main.css +++ b/users/grfn/gws.fyi/main.css @@ -98,6 +98,13 @@ h3 { font-family: Inter, sans-serif; } +h1.title, +h2.title, +h3.title { + text-align: left; + margin-bottom: 1.5em; +} + h2 { font-size: 18px; } |