popsu page v0
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// .layout--threecol-25-50-25{
|
||||
// display: grid;
|
||||
// grid-template-columns: 25% 50% 25%;
|
||||
// }
|
||||
.layout--threecol-25-50-25{
|
||||
display: grid;
|
||||
grid-template-columns: 20% 1fr 20%;
|
||||
column-gap: 3rem;
|
||||
row-gap: 1rem;
|
||||
}
|
@@ -1,4 +1,5 @@
|
||||
$font-extra: 2.3rem;
|
||||
$font-large: 1.6rem;
|
||||
$font-big: 1rem;
|
||||
$font-medium: .8rem;
|
||||
$font-normal: .6rem;
|
||||
|
Reference in New Issue
Block a user