fix: Style for aside

Styling was too unspecific.
This commit is contained in:
sthag 2026-04-19 12:18:16 +02:00
parent 80a0deedd5
commit a66010a9ed

View file

@ -102,7 +102,14 @@ nav {
// Aside element
// -----------------------------------------------------------------------------
aside {
width: config.$width_aside_basic;
&.right,
&.left {
width: config.$width_aside_basic;
*:first-child {
margin-top: 0;
}
}
&.right + .bside {
margin-right: calc(#{config.$width_aside_basic} + #{config.$space_basic});
@ -120,10 +127,6 @@ aside {
float: left;
}
*:first-child {
margin-top: 0;
}
&.io {
input,