parent
d05dd04196
commit
a6b9786bf3
1 changed files with 21 additions and 2 deletions
|
@ -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);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue