revises styles
This commit is contained in:
parent
50e77b3ff9
commit
f320a82501
5 changed files with 86 additions and 81 deletions
|
@ -6,7 +6,6 @@
|
|||
// hyde-hyde
|
||||
@import 'hyde-hyde/mixins';
|
||||
@import 'hyde-hyde/base';
|
||||
@import 'hyde-hyde/theme';
|
||||
@import 'hyde-hyde/sidebar';
|
||||
@import 'hyde-hyde/list';
|
||||
@import 'hyde-hyde/post';
|
||||
|
@ -15,3 +14,4 @@
|
|||
@import 'hyde-hyde/project';
|
||||
@import 'hyde-hyde/responsive';
|
||||
@import 'hyde-hyde/misc';
|
||||
@import 'hyde-hyde/theme';
|
||||
|
|
|
@ -58,12 +58,18 @@
|
|||
.fa {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.navigation-tittle {
|
||||
padding-left: 4px;
|
||||
}
|
||||
}
|
||||
.post--navigation-next {
|
||||
text-align: right;
|
||||
.fa {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.navigation-tittle {
|
||||
padding-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.post--navigation-single a {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// mobile ~320..480px
|
||||
// 320px ~ 16rem/16px ~ 18.8235/17px ~ 17.7778/18px
|
||||
// 480px ~ 30rem/16px ~ 28.2353rem/17px ~ 26.6667rem/18px
|
||||
@media (min-width: 320px) and (max-width: 767px) {
|
||||
@media (min-width: 320px) and (max-width: 768px) {
|
||||
.sidebar {
|
||||
li {
|
||||
padding: .1rem 0;
|
||||
|
@ -19,9 +19,6 @@
|
|||
body {
|
||||
font-size: $small-device-font-size;
|
||||
}
|
||||
.hidden-tablet {
|
||||
display: none;
|
||||
}
|
||||
.sidebar {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue