aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-06-21 11:59:44 +0200
committerDrew DeVault <sir@cmpwn.com>2023-06-21 11:59:44 +0200
commit8352819313a9b90c86af9b1c532b08ea2e8ffc7c (patch)
tree3e025cbd9bc292d24465a7aacc79addf95a865cd /assets
parent31644502a72aa2986f4a7b068004a7e57b24761d (diff)
downloadwritefreesoftware.org-8352819313a9b90c86af9b1c532b08ea2e8ffc7c.tar.xz
Riggings for i18n
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_custom.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index 6f14db7..fc87bbf 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -116,3 +116,27 @@ ol li::marker {
text-decoration-style: wavy;
text-decoration-color: #CC0000;
}
+
+nav.i18n {
+ display: flex;
+ flex-direction: row;
+
+ svg {
+ min-width: 50px;
+ align-self: center;
+ }
+
+ ul {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ }
+
+ li {
+ padding: 0;
+ }
+
+ a {
+ text-decoration: underline;
+ }
+}