This commit is contained in:
Roman Pyrih
2025-11-07 15:03:25 +01:00
parent 23df0e5a76
commit 7f71fec4cb
3 changed files with 21 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ header#main-header {
height: 220px;
}
@media (max-width: 500px) {
height: 360px;
height: 280px;
}
> .container-fluid.wrapper {
@@ -132,18 +132,23 @@ header#main-header {
@media (max-width: 820px) {
width: 50% !important;
}
@media (max-width: 500px) {
width: 100% !important;
}
&-1 {
width: calc((100% - 100px) / 3);
@media (max-width: 500px) {
width: 50% !important;
}
a {
display: flex;
flex-direction: column;
text-decoration: none;
row-gap: 5px;
margin-left: 5%;
@media (min-width: 1300px) and (max-width: 1400px) {
margin-left: 0;
}
@media (min-width: 1300px) {
width: 375px;
@@ -195,13 +200,13 @@ header#main-header {
@media (max-width: 820px) {
order: 1;
}
@media (max-width: 500px) {
order: 2;
}
}
&-2 {
width: calc((100% - 100px) / 3);
@media (max-width: 500px) {
width: 100% !important;
}
ul {
list-style: none;
padding: 0;
@@ -233,6 +238,10 @@ header#main-header {
width: calc((100% - 100px) / 3);
height: 80px;
@media (max-width: 500px) {
width: 100% !important;
}
ul {
list-style: none;
padding: 0;
@@ -264,6 +273,9 @@ header#main-header {
&-4 {
width: 100px;
@media (max-width: 500px) {
width: 50% !important;
}
ul.box-social-header {
list-style: none;
padding: 0;
@@ -323,9 +335,6 @@ header#main-header {
@media (max-width: 820px) {
order: 2;
}
@media (max-width: 500px) {
order: 1;
}
}
}
}