mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251222083840-fdcc20af" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251222094907-1bb21fcb" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user