rename layout classes
make more consistent with rscss naming.
This commit is contained in:
parent
ce2e5b121b
commit
30fd46b213
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue