diff --git a/client/src/styles.css b/client/src/styles.css index ddf5932..eb79498 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -145,9 +145,9 @@ button.danger { background: #5a2a2a; border-color: #7a3a3a; color: #fff; } font-size: 22px; overflow: hidden; } -.drink .name { font-weight: 800; line-height: 1.15; max-width: 100%; word-break: break-word; overflow-wrap: break-word; } -.drink .price { font-size: 22px; font-weight: 700; margin-top: 6px; } -.drink .pfand { font-size: 15px; font-weight: 600; color: var(--pfand); margin-top: 2px; } +.drink .name { font-weight: 800; line-height: 1.25; max-width: 100%; word-break: break-word; overflow-wrap: break-word; } +.drink .price { font-size: 22px; font-weight: 700; margin-top: 8px; } +.drink .pfand { font-size: 15px; font-weight: 600; color: var(--pfand); margin-top: 4px; } .drink.pfand-return { background: #5a2a2a;