header & clients more responsive

This commit is contained in:
Pascal Engélibert
2023-03-26 19:08:30 +02:00
parent f4d1878e92
commit dec36f20b1
2 changed files with 42 additions and 31 deletions

View File

@ -1,6 +1,8 @@
@import "defs";
header {
display: flex;
justify-content: space-between;
height: 48px;
max-width: 1100px;
margin: 0 auto 16px auto;
@ -9,12 +11,10 @@ header {
}
#header-logo {
float: left;
height: 48px;
}
#header-menu ul {
float: right;
list-style-type: none;
margin: 9px 0 0 0;
}