styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
  
 
/* Desktop */
 
/* Desktop */
@media screen and (min-width: 992px) {
+
@media screen and (min-width: 1200px) {
 
.randnotiz {
 
.randnotiz {
 
   position: absolute;
 
   position: absolute;
   right: -250px;
+
   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;
}
}