|
|
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;
| |
| }
| |
|
| |
| @media only screen and (min-width:1100px) and (max-width:1339px) {
| |
| .wave-banner {
| |
| display: block;
| |
| position: relative;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (min-width:1340px) {
| |
| .wave-banner {
| |
| justify-content: space-between;
| |
| flex: 0 0 14em;
| |
| order: 1;
| |
| }
| |
| } | | } |
|
| |
|