Skip to content

Instantly share code, notes, and snippets.

@nternetinspired
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save nternetinspired/9409514 to your computer and use it in GitHub Desktop.

Select an option

Save nternetinspired/9409514 to your computer and use it in GitHub Desktop.
Position the sidebar in Oneweb
.main-row {
// Offset the content container as we're padding the grid items
.content {
@extend .grid-container;
padding-bottom: 0;
}
}
[role="main"] {
@extend .grid-item-padded;
@include media-query(lap) {
@extend .lap-two-thirds;
}
}
[role="complementary"] {
@extend .grid-item-padded;
@include media-query(lap) {
@extend .lap-one-third;
}
.module {
margin-bottom: $single-spacing-unit;
}
}
@ConstantFlux
Copy link

Hi,
Question: I've added this to my server, and directed my style.scss file to import this scss file, however changes do not appear on my website, looking for direction on why this may not be working?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment