15 lines
225 B
SCSS
Raw Normal View History

2021-04-22 21:41:39 -06:00
///
/// 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;
}
}