diff options
author | cyfraeviolae <cyfraeviolae> | 2023-11-19 16:20:29 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2023-11-19 16:20:29 -0500 |
commit | 0b23bd4e20eb7d5bb06642f9eb3087cdc6ecebe8 (patch) | |
tree | 117a577990cc93f1a1a6a327c9a12d33e0a94f1d /static | |
parent | ba9a5198327e3432f4be4dd5380dd7735e28bf7c (diff) |
padding
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 76fe5da..0a0dad9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -17,6 +17,7 @@ border-radius: 4px; word-break: break-all; text-overflow: ellipsis; + padding: .25em; padding-top: 2em; padding-bottom: 2em; text-align: center; @@ -48,6 +49,7 @@ border-radius: 4px; word-break: break-all; text-overflow: ellipsis; + padding: .25em; padding-top: 2em; padding-bottom: 2em; text-align: center; |