Add language menu, also adjust width of page content #1 #2

This commit is contained in:
Korbs 2024-11-02 15:34:24 -05:00
parent d05dd04196
commit a6b9786bf3

View file

@ -163,14 +163,33 @@ mobilebar p {
.page-content {
max-width: 1200px;
margin: auto;
margin-top: 12px;
}
.ui.container {
max-width: 100% !important;
}
.language-menu {
flex-direction: column;
top: 50px !important;
z-index: 60 !important;
transform: translate(-140px);
background: black !important;
backdrop-filter: blur(30px);
}
.language-menu a {
display: flex !important;
margin-bottom: -25px;
background: var(--color-box-header);
}