diff options
author | Ashelyn Dawn <git@tempest.dev> | 2023-01-04 17:19:40 -0700 |
---|---|---|
committer | Ashelyn Dawn <git@tempest.dev> | 2023-01-04 17:19:40 -0700 |
commit | 5bb87b673324023fb41cc56b762a14ad28736b46 (patch) | |
tree | 7f54c1bbf2d20354cb30b75b2ca57e65bd659d5c /resources/style.css | |
parent | a4ab17b00d56a0a1814fc04074045373c7d965ec (diff) |
Add advent of wasm page
Diffstat (limited to 'resources/style.css')
-rw-r--r-- | resources/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css index ffdeb5c..7b727af 100644 --- a/resources/style.css +++ b/resources/style.css @@ -83,3 +83,7 @@ a[href^="http:"], a[href^="//"] { color: #caa5ff; } + +h2 { + margin-top: 48px; +} |