mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 01:19:50 +01:00
13 lines
174 B
SCSS
13 lines
174 B
SCSS
// ===========================================================================
|
|
// MAIN
|
|
|
|
|
|
|
|
.main {
|
|
.container {
|
|
padding: {
|
|
top: 1em;
|
|
bottom: 2em;
|
|
}
|
|
}
|
|
} |