mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
14 lines
170 B
SCSS
14 lines
170 B
SCSS
|
/*
|
||
|
Gather Status
|
||
|
*/
|
||
|
|
||
|
#gather {
|
||
|
@include span-columns(12);
|
||
|
@include flash;
|
||
|
|
||
|
padding: em(14);
|
||
|
text-align: center;
|
||
|
margin-left: - em(20);
|
||
|
width: $max-width;
|
||
|
}
|