Vorlage:Kachel/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 72: Zeile 72:
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }
}
.artikel-des-tages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.artikel-des-tages-icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}
.artikel-des-tages-label {
    font-size: 14px;
    color: #54595d;
    margin-bottom: 12px;
}
.artikel-des-tages-titel {
    font-size: 21px;
    font-weight: bold;
}
.artikel-des-tages-titel a {
    color: #36c;
    text-decoration: none;
}
.artikel-des-tages-titel a:hover {
    text-decoration: underline;
}
}