You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
225 B
SCSS

///
/// Atmosphere by Pixelarity
/// pixelarity.com | hello@pixelarity.com
/// License: pixelarity.com/license
///
/* Main */
#main {
padding: 10em 0 4em;
@include breakpoint('<=small') {
padding: 5em 0 2em;
}
}