Zeile 1: | Zeile 1: | ||
/* Desktop */ | /* Desktop */ | ||
− | @media screen and (min-width: | + | @media screen and (min-width: 1200px) { |
.randnotiz { | .randnotiz { | ||
position: absolute; | position: absolute; | ||
− | right: - | + | right: -150px; |
width: 250px; | width: 250px; | ||
} | } | ||
} | } |
Version vom 17. November 2020, 14:53 Uhr
/* Desktop */ @media screen and (min-width: 1200px) { .randnotiz { position: absolute; right: -150px; width: 250px; } }