This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/assets/stylesheets/layout.css.scss

28 lines
309 B
SCSS
Raw Normal View History

@import "config";
aside {
width: 350px;
float: left;
ul {
list-style-type: none;
padding: 0 5px;
//background-color: $main_color4;
}
}
section#feed_content {
float: left;
max-width: 750px;
ul {
list-style-type: none;
padding: 0 10px;
}
}
.clearing {
clear: both;
}