rename layout classes

make more consistent with rscss naming.
This commit is contained in:
Ray Elliott 2020-05-21 21:58:47 +01:00
parent ce2e5b121b
commit 30fd46b213
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
.l-wrapper {
.l-section-wrapper {
max-width: $column-max-width;
margin: 0 auto;
}
.l-column {
.l-section-column {
width: 100%;
height: 100%;
padding: 0 16px;