styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 4: Zeile 4:
 
.randnotiz {
 
.randnotiz {
 
   position: absolute;
 
   position: absolute;
   right: 200px;
+
   left: 300px;
 
   width: 200px;
 
   width: 200px;
 
}
 
}
 
}
 
}

Version vom 17. November 2020, 14:47 Uhr


/* Desktop */
@media screen and (min-width: 992px) {
.randnotiz {
  position: absolute;
  left: 300px;
  width: 200px;
}
}