Become a Member page, minimum-income update + announcement, mobile & nav/header/hero fixes #4

Merged
popovskik merged 22 commits from kristijan-dev into develop 2026-08-01 10:33:30 +00:00
1 changed files with 18 additions and 0 deletions
Showing only changes of commit d35324f988 - Show all commits

View File

@ -28,6 +28,24 @@
z-index: 1000;
}
/* Header spans the full page width: logo + menus flush left, buttons +
language flush right. Overrides the shared .container 1280px centering
for the header only (page content elsewhere stays centered). */
.dropdown-header-navigation .container {
max-width: none;
padding: 0 40px;
}
@media (max-width: 768px) {
.dropdown-header-navigation .container { padding: 0 20px; }
}
/* Desktop split: the right-wrapper fills the row so the menus sit next to the
logo on the left, and the buttons + language get pushed to the far right. */
@media (min-width: 1025px) {
.dropdown-header-navigation .header-right-wrapper { flex: 1; }
.dropdown-header-navigation .header-right-wrapper > nav { margin-left: 40px; }
.dropdown-header-navigation .navigation-actions { margin-left: auto; }
}
/* 2. Vsebina glave (logotip, navigacija) - POSODOBLJENO */
.logo-link .logo-img {
height: 32px;