-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Milestone
Description
Hello,
I am working on a very simple page layout example with Preboot's grid and right away it's creating unnecessary margin on right hand side, which causes vertical scrollbar to appear. I don't understand why the right margin is set like that.
Here's the example with default Preboot stylesheet (I skipped outer tags from HTML, and I'm using doctype for html5):
HTML:
<div class="wrap">
<div class="main">main content</div>
<aside>sidebar</aside>
</div>
CSS:
.wrap {
.make-row();
}
.main {
background: blue;
.make-column(9);
}
aside {
background: orange;
.make-column(3);
}
Metadata
Metadata
Assignees
Labels
No labels