styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 4: Zeile 4:
 
.randnotiz {
 
.randnotiz {
 
   position: absolute;
 
   position: absolute;
   right: -50px;
+
   right: -100%;
 
   width: 250px;
 
   width: 250px;
 
}
 
}
 
}
 
}

Version vom 17. November 2020, 14:52 Uhr


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