Refactor Header and HoverCard styles for consistency and responsiveness:
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- **Standardized dimensions**: Converted `px` values to `rem` in `HoverCard.css`. - **Improved header layout**: Enhanced mobile-first responsiveness with distinct layouts for desktop and mobile. - **New navigation styles**: Adjusted alignment, spacing, and transitions for the burger menu and mobile dropdown. - **Optimized media queries**: Simplified and organized breakpoints for better maintainability.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
.hover-card {
|
||||
position: relative;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
width: 25rem;
|
||||
height: 25rem;
|
||||
border-radius: var(--border-radius);
|
||||
background-color: var(--color-accent-green);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
||||
Reference in New Issue
Block a user