Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user