diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sass/_custom.scss | 24 |
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; + } +} |
