i18n
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-08 03:00:46 +03:00
parent edb82fdcfa
commit fc01b7e7b9
13 changed files with 77 additions and 21 deletions

View File

@@ -94,6 +94,24 @@ a {
right: 0;
}
.languages {
position: absolute;
left: 0;
top: 0;
}
.languages > a {
position: relative;
display: block;
margin: 10px;
padding: 10px;
height: 32px;
}
.languages img {
max-height: 100%;
}
.controls {
margin: 32px auto;
display: flex;