diff options
author | Sowgro <69283684+Sowgro@users.noreply.github.com> | 2023-09-11 16:03:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 16:03:52 -0400 |
commit | a2cf4228528a08968f80188a2968307aa008902f (patch) | |
tree | 0bb240cf84e7622de863d5a245a97a6b5074581c /app/style.css | |
parent | 781a640245891e59276549d1864d156035b56d8e (diff) | |
download | betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.tar.gz betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.tar.bz2 betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.zip |
First Commit
Diffstat (limited to '')
-rw-r--r-- | app/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/style.css b/app/style.css new file mode 100644 index 0000000..d6d155b --- /dev/null +++ b/app/style.css @@ -0,0 +1,3 @@ +.betterlibheader{ + margin: 0 calc(-.5 * var(--content-spacing)); +}
\ No newline at end of file |