mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 13:01:43 -04:00
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
@ns: flash;
|
|
|
|
.@{ns}-container {
|
|
width: 100%;
|
|
}
|
|
|
|
.@{ns}-content {
|
|
.center(@value: @container-md, @padding: @grid-gutter-width);
|
|
.row(@justify: around);
|
|
}
|