diff options
| author | Christian Cleberg <[email protected]> | 2024-05-22 15:10:43 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-22 15:10:43 -0500 |
| commit | 47d11b65791fed9a8ddd7808a2b01b0ec7ea3804 (patch) | |
| tree | d6568646d8001e91d092a44bb23bd4b26a7f0570 /static/styles.css | |
| parent | 29a34f1323e1e98bd56e72b0bb132f8f79a0f208 (diff) | |
| download | cleberg.net-47d11b65791fed9a8ddd7808a2b01b0ec7ea3804.tar.gz cleberg.net-47d11b65791fed9a8ddd7808a2b01b0ec7ea3804.tar.bz2 cleberg.net-47d11b65791fed9a8ddd7808a2b01b0ec7ea3804.zip | |
add margin bottom to service banner
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index b6bbd95..c162105 100644 --- a/static/styles.css +++ b/static/styles.css @@ -555,6 +555,7 @@ summary { border: 1px solid rgba(255,0,0,1); padding: 0.5rem; margin-top: 1rem; + margin-bottom: 1rem; } @media (prefers-color-scheme: dark) { |
