mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
164 B
164 B
.container {
width: 100%;
}
article[role="main"] {
float: left;
width: 62.5%;
}
aside[role="complementary"] {
float: right;
width: 31.25%;
}