Zeile 2: | Zeile 2: | ||
/* Desktop */ | /* Desktop */ | ||
@media screen and (min-width: 992px) { | @media screen and (min-width: 992px) { | ||
− | . | + | .randnotiz { |
+ | position: absolute; | ||
+ | right: 200px; | ||
+ | width: 200px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version vom 17. November 2020, 14:45 Uhr
/* Desktop */ @media screen and (min-width: 992px) { .randnotiz { position: absolute; right: 200px; width: 200px; } }