feat: support multilingual sites

This commit is contained in:
Cyril MARPAUD
2023-03-14 10:38:08 +01:00
parent dac13b410e
commit 63e21f0fe0
4 changed files with 36 additions and 7 deletions

View File

@ -44,6 +44,20 @@ body {
margin: auto;
}
#lang {
position: absolute;
top: 1%;
right: 1%;
margin: 0.5em;
font-size: 1.5em;
}
#lang a {
color: white;
font-variant: small-caps;
text-decoration: none;
}
#name {
display: inline;
font-size: 7em;