feat: add multi-language support

This commit is contained in:
welpo
2023-05-22 19:12:03 +02:00
parent e316dc25ab
commit fa9229377d
49 changed files with 1314 additions and 88 deletions

View File

@@ -196,6 +196,14 @@ p {
font-size: 1em;
}
.centered-text {
text-align: center;
}
.subheader {
margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
.content {
max-width: var(--normal-layout-width);