styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
+
/* Allgemein */
/* Desktop */
 
@media screen and (min-width: 1550px) {
 
 
.blockquote-begin {
 
.blockquote-begin {
   font-weight: bold;
+
   font-size: 1rem;
   font-size: 2rem;
+
   color: #b51f1f;
   color: red;
+
   margin-right: 0.5rem;
 
}
 
}
 +
 +
.inline-quote {
 +
  font-style: italic;
 
}
 
}

Aktuelle Version vom 8. Februar 2021, 09:51 Uhr

/* Allgemein */
.blockquote-begin {
  font-size: 1rem;
  color: #b51f1f;
  margin-right: 0.5rem;
}

.inline-quote {
  font-style: italic;
}