mirror of
https://github.com/10h30/ycb.vn.git
synced 2026-07-11 18:56:17 +09:00
update _header.scss
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@include breakpoint(md) {
|
@include breakpoint(md) {
|
||||||
padding: 0;
|
/*padding: 0;*/
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -42,6 +42,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ubermenu {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-ms-flex: 1 1 40%;
|
||||||
|
flex: 1 1 40%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -101,6 +107,19 @@
|
|||||||
|
|
||||||
.header-widget-area {
|
.header-widget-area {
|
||||||
margin-right: 10vw;
|
margin-right: 10vw;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-ms-flex: 1 1 40%;
|
||||||
|
flex: 1 1 40%;
|
||||||
|
text-align: right;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-pack: end;
|
||||||
|
-ms-flex-pack: end;
|
||||||
|
justify-content: flex-end;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
@include breakpoint(md) {
|
@include breakpoint(md) {
|
||||||
order: 3;
|
order: 3;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user