Refine Drinks section text and styling:
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- **Content updates**: Adjusted description text for a more engaging and detailed presentation.
- **Styling changes**: Reduced title margin, enlarged circle dimensions for better visual balance, and added spacing to card links.
- **Layout improvements**: Removed redundant whiskey circle styles for cleaner CSS.
This commit is contained in:
k
2025-08-02 15:54:09 +02:00
parent a11c838d2a
commit 38229ac5e9
2 changed files with 12 additions and 10 deletions

View File

@ -15,7 +15,7 @@
.title {
font-size: var(--font-size-large);
margin-bottom: 1.5rem;
margin-bottom: 0.5rem;
font-weight: bold;
color: var(--color-text);
text-transform: uppercase;
@ -25,6 +25,7 @@
.card-link {
border: 2px solid var(--color-accent-beige);
padding: 0.75rem 1.5rem;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
color: var(--color-text);
background-color: var(--color-background);
@ -80,8 +81,8 @@
}
.circle {
height: 12em;
width: 12em;
height: 20em;
width: 20em;
border: 2px solid var(--color-accent-beige);
border-radius: 50%;
margin: 0.5rem;
@ -128,11 +129,6 @@
z-index: 1;
}
.whiskey-circle {
height: 20em;
width: 20em;
}
.circle-row {
display: flex;
justify-content: center;