mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix: ensure max-width is applied to aside element for consistent layout
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
aside {
|
||||
flex: 1;
|
||||
padding: 0.5rem;
|
||||
max-width: 500px;
|
||||
|
||||
&:not(:has(~ aside)) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user