Implement page builder for English

This commit is contained in:
2023-08-29 15:25:20 +02:00
parent 221dff13dd
commit 6671fb1547
6 changed files with 21 additions and 16 deletions

View File

@@ -111,7 +111,7 @@ a:focus {
background: linear-gradient(90deg, var(--hightlight) 0%, var(--hightlight) 50%, var(--bg) 51%, var(--bg) 100%);
}
.account {
.lang {
font-size: 2rem;
}
@@ -210,8 +210,4 @@ screen and (max-width: 1500px) {
#theme-switcher {
margin-right: 1rem;
}
.account {
font-size: 1rem;
}
}