2.186
redigeringer
Cjk (diskussion | bidrag) mNo edit summary |
Cjk (diskussion | bidrag) mNo edit summary |
||
Linje 32: | Linje 32: | ||
#p-logo { | #p-logo { | ||
display: none; | display: none; | ||
} | |||
.wave-banner { | |||
padding-right: 1em; | |||
box-sizing: border-box; | |||
width: 14em; | |||
display:none; | |||
} | |||
@screen and (min-width:1100px) and (max-width:1339px) { | |||
.wave-banner { | |||
display: block; | |||
position: relative; | |||
} | |||
@screen and (min-width:1340px) { | |||
.wave-banner { | |||
justify-content: space-between; | |||
flex: 0 0 14em; | |||
order: 1; | |||
} | |||
} | } | ||