fix: Move code declaration to correct file

This commit is contained in:
sthag 2026-02-14 20:40:21 +01:00
parent 530748663f
commit 1529c16059
2 changed files with 6 additions and 6 deletions

View file

@ -32,12 +32,6 @@ p {
@extend %basic;
margin-top: config.$space_basic;
margin-bottom: config.$space_basic;
code {
padding: config.$space_tiny config.$space_half;
font-size: 1em;
line-height: 1;
}
}
.column_line {