diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 21:42:46 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 21:42:46 -0300 |
commit | 7fc771eaad917216c82c7877bca3aad0fc4de742 (patch) | |
tree | 6464cbe8711a1582f8afa6806ce12ae69bdf2a3f | |
parent | ca016f5a6d52acae098791431052199f142c69d7 (diff) |
tweak bottom margin
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ tabs { } tab { - margin: 2px 5px 2px 0px; + margin: 2px 5px 4px 0px; /* top right bottom left */ padding: 5px; border-style: solid; font-size: 27px; |