Zum Inhalt springen

Vorlage:Rezept/Berechnung/styles.css

Aus Matrix of Time
.ingredient-group {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.ingredient-group h4 {
    margin-top: 0;
    font-size: 1.2em;
    color: #333;
}

.ingredient-group ul {
    list-style-type: none;
    padding: 0;
}

.ingredient-group li {
    padding: 4px 0;
    font-size: 1em;
    color: #555;
}