aboutsummaryrefslogtreecommitdiff
path: root/public/assets/about.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/about.css')
-rw-r--r--public/assets/about.css15
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