css header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
header{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-gap: 10px;
|
||||
// grid-gap: 10px;
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
height: $header-height;
|
||||
background-color: $white-header;
|
||||
@@ -70,11 +70,14 @@ header{
|
||||
}
|
||||
}
|
||||
.header_right_container{
|
||||
padding-right: 10px;
|
||||
// padding-right: 30%;
|
||||
padding-left: calc(100% /4);
|
||||
@media(max-width: 660px){
|
||||
padding-right: 0;
|
||||
}
|
||||
.language-switcher-language-url{
|
||||
// padding-left: 30%;
|
||||
text-transform: uppercase;
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user