diff options
author | Minteck <contact@minteck.org> | 2022-07-22 16:17:20 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-22 16:17:20 +0200 |
commit | 70397b7ef4f512ac21535d2a8fcf44dac51c8eb5 (patch) | |
tree | 01987cc830744b1886690689b8ee83ba2781cac6 /public/assets/about.css | |
parent | 87351361f00504c71aa467e1247a0d6720e404d6 (diff) | |
download | vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.tar.gz vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.tar.bz2 vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.zip |
I guess it's done?
Diffstat (limited to 'public/assets/about.css')
-rw-r--r-- | public/assets/about.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/assets/about.css b/public/assets/about.css index ea26034..2c9332e 100644 --- a/public/assets/about.css +++ b/public/assets/about.css @@ -41,4 +41,19 @@ .section .section-content { margin-bottom: 0; +} + +.section .section-content .language-icon-wrapper { + display: inline-flex; /* oh wow you using flexbox */ + flex-direction: row; /* this will go badly */ + /* update: it didn't go badly */ +} + +.section .section-content .language-icon-wrapper .language-icon { + width: 36px; + height: 36px; +} + +#legal-notices-block { + margin-top: 10px; }
\ No newline at end of file |