Nr.2 from the series Marmoleum Real
Author: Zane Priede
Size: 30 x 45
Limited Edition: 2-5 of 5 + 2AP
Price: 720 EUR
Back to catalogue
[id="R1648945351"] bodycopy {
}
@media (max-width: 768px) {
.logo {
height: 60px;
}
.main-nav {
display: none !important;
}
.nav-toggle-label {
display: block !important;
font-size: 3rem;
cursor: pointer;
z-index: 1001;
color: black;
/* Жорстке абсолютне позиціонування справа */
position: absolute !important;
right: 3rem !important; /* Відступ від правого краю екрана (такий самий, як у логотипа зліва) */
top: 6.9rem !important; /* Вирівнювання по висоті по центру логотипа */
}
/* Поведінка меню, коли гамбургер відкритий */
.nav-toggle:checked + .nav-toggle-label + .main-nav {
display: flex !important;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: white;
justify-content: center;
align-items: center;
z-index: 1000;
gap: 1.5rem;
}
.main-nav a {
font-size: 1.5rem;
font-family: 'Suisse Intl', sans-serif;
font-weight: bold;
color: black;
text-decoration: none;
}
}