From 70397b7ef4f512ac21535d2a8fcf44dac51c8eb5 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 22 Jul 2022 16:17:20 +0200 Subject: I guess it's done? --- public/assets/about.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'public/assets/about.css') 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 -- cgit