mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
14 lines
181 B
SCSS
14 lines
181 B
SCSS
.columns {
|
|
.column {
|
|
&.is-centered {
|
|
align-self: center;
|
|
justify-self: center;
|
|
text-align: center;
|
|
}
|
|
|
|
&.is-minimum {
|
|
flex-grow: 0;
|
|
}
|
|
}
|
|
}
|