fix: semantic container

This commit is contained in:
Lucas Larroche 2024-01-21 14:28:20 +07:00
parent c58117a910
commit d4b07fc1e5
6 changed files with 4 additions and 15 deletions

View file

@ -52,11 +52,6 @@
}
}
}
// Regular vertical spacings for <header>, <main>, <footer>
@else {
padding: var(#{$css-var-prefix}block-spacing-vertical) 0;
}
}
}
}