diff options
author | theia | 2023-02-03 13:09:28 -0500 |
---|---|---|
committer | theia | 2023-02-03 13:09:28 -0500 |
commit | 9f3ef64f0e12db565fa145721de6b98ed104ada8 (patch) | |
tree | f117aedd77ce8329e63e5564d4c49b2a81bd0ee6 /demo/style.css | |
parent | 974738cb241b216ad864f129ca2388379c5f0016 (diff) |
Demo to root
Diffstat (limited to 'demo/style.css')
-rw-r--r-- | demo/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/style.css b/demo/style.css new file mode 100644 index 0000000..7bdf592 --- /dev/null +++ b/demo/style.css @@ -0,0 +1,3 @@ +h2 { + margin-top: 1.5em; +} |