diff options
author | d-s <ds@voyager.local> | 2023-05-19 13:42:29 +0200 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-05-19 13:42:29 +0200 |
commit | 81c2ec18a665a94855ec3a5d0133204c27bb13b6 (patch) | |
tree | cafd81f0dd6f64db220e32db6875fdeb2fb33ec1 /static | |
parent | 97e1392c67b26723c3c7deab12ca9fc9844195c0 (diff) |
feat: FreeBSD donor
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index cd7ece7..b18db3c 100644 --- a/static/style.css +++ b/static/style.css @@ -215,3 +215,14 @@ a[href^="#fn:"]:after{ content: ']' } font-weight: bold; display: block;; } + +/* ----------- Donations */ +.donor { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-items: center; + align-content: flex-start; + gap: 50px; +} |