css header

This commit is contained in:
2024-03-06 14:57:51 +01:00
parent 4853f2d7ab
commit c391226f1f
3 changed files with 32 additions and 28 deletions

View File

@@ -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;