This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// general layout
|
||||
|
||||
.layout--threecol-25-50-25{
|
||||
display: grid;
|
||||
grid-template-columns: 20% minmax(0,1fr) 20%;
|
||||
@@ -7,9 +9,7 @@
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.layout-content{
|
||||
// padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.layout__region--bottom{
|
||||
grid-column: 1 /span 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user