remove console.log from block js

This commit is contained in:
2025-12-18 11:01:52 +00:00
parent 1d3a8477ee
commit 9a8df23529
8 changed files with 4 additions and 12 deletions

View File

@@ -142,11 +142,7 @@ hr {
}
.align {
&-centre {
text-align: center;
}
&-right {
text-align: right;
}
&-left { text-align: left; }
&-centre, &-center { text-align: center; }
&-right { text-align: right; }
}