Update styles and dependencies, improve Footer and Drinks components layout
- **HoverCard improvements**: Adjusted dimensions and removed unused title styles for cleaner design. - **Footer layout**: Reorganized structure by repositioning the copyright section and updating its styles for better hierarchy. - **Drinks component**: Expanded circle dimensions and refined font-family fallback to include `serif`. - **Dependencies update**: Upgraded `astro` and related packages to their latest versions for security and performance enhancements.
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
|
||||
.copyright {
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
margin-top: 2rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.footer-sections {
|
||||
|
||||
Reference in New Issue
Block a user