styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
  
 
/* Desktop */
 
/* Desktop */
@media screen and (min-width: 1200px) {
+
@media screen and (min-width: 1400px) {
 
.randnotiz {
 
.randnotiz {
 
   position: absolute;
 
   position: absolute;
   right: -150px;
+
   right: -200px;
 
   width: 250px;
 
   width: 250px;
 
}
 
}
 
}
 
}

Version vom 17. November 2020, 14:55 Uhr


/* Desktop */
@media screen and (min-width: 1400px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
}
}