Skip to content
Snippets Groups Projects
_aside.scss 328 B
Newer Older
bcweaver's avatar
bcweaver committed
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Aside
// --------------------------------------------------

aside {
  img {
    width: $full;
    padding: 20px;
  }

bcweaver's avatar
bcweaver committed
    min-height: $full;
  }
}