projects
/
prog
/
glm-grid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4db99
)
Add centered class without specifying col #, goes full width.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 9 Jul 2018 21:03:07 +0000
(17:03 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 9 Jul 2018 21:03:07 +0000
(17:03 -0400)
scss/_grid.scss
patch
|
blob
|
history
diff --git
a/scss/_grid.scss
b/scss/_grid.scss
index
e4adb42
..
66930ef
100644
(file)
--- a/
scss/_grid.scss
+++ b/
scss/_grid.scss
@@
-93,6
+93,10
@@
$sizes-list: (
max-width: $i * (100 / 12) * 1%;
}
}
+ .#{$prefix}-#{$size}-centered {
+ justify-self: center;
+ grid-column: span 12 !important;
+ }
}
}