diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e3b083f..6205635 100644 --- a/static/style.css +++ b/static/style.css @@ -138,6 +138,18 @@ nav { padding: 0; } +.home-feed-footer { + display: flex; + align-items: center; + justify-content: center; + gap: 4vw; +} + +.home-feed-footer .panel { + background-color: #5faf87; + text-align: center; +} + #suscakke { margin: 0; padding: 0; |
