Added the ability to dynamically translate on the project website.

This commit is contained in:
2024-04-22 23:52:04 +05:00
parent a648ba3db9
commit 491249c8d8
55 changed files with 867 additions and 119 deletions

View File

@@ -49,7 +49,7 @@ body {
}
.header_logo {
grid-area: logo;
max-height: 50px;
height: 50px;
a {
text-decoration: none;
@@ -67,6 +67,7 @@ body {
padding: 5px 10px;
border: 1px solid #0a0e17;
border-radius: 4px;
white-space: nowrap;
}
}
#mobile-menu {
@@ -231,12 +232,24 @@ body.mobile-menu-open {
grid-template-areas: "logo language";
grid-template-columns: 1fr 200px;
}
.header_logo {
width: 150px;
margin-left: 12px;
margin-top: 10px;
margin-bottom: 10px;
}
#mobile-menu {
display: none;
}
.main-container {
flex-direction: row;
}
#language {
margin-right: 10px;
}
.language__block {
margin-top: 6px;
}
.language__button {
padding: 7px 10px 7px 0;
}