style fixes
This commit is contained in:
9
app/assets/stylesheets/mobile/main_layout.css.scss
Normal file
9
app/assets/stylesheets/mobile/main_layout.css.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
div#page {
|
||||
aside#sidebar {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
section#content {
|
||||
width: 65%;
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ header#top {
|
||||
}
|
||||
|
||||
menu {
|
||||
font-size: $h2_size;
|
||||
font-size: $h1_size;
|
||||
|
||||
li.nonessential {
|
||||
display: none;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div.paginator {
|
||||
font-size: $h2_size;
|
||||
font-size: $h1_size;
|
||||
font-weight: bold;
|
||||
|
||||
li {
|
||||
|
||||
@@ -7,7 +7,7 @@ div#c-posts {
|
||||
|
||||
section#tag-box {
|
||||
ul {
|
||||
font-size: $h2_size;
|
||||
font-size: $h1_size;
|
||||
font-weight: bold;
|
||||
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user