9 lines
91 B
SCSS
9 lines
91 B
SCSS
div#page {
|
|
aside#sidebar {
|
|
width: 30%;
|
|
}
|
|
|
|
section#content {
|
|
width: 65%;
|
|
}
|
|
} |