changes sidebar styles and positions

This commit is contained in:
Huy Tran 2018-07-26 17:51:50 +10:00
parent 0b25bef171
commit 7eea1bb398
5 changed files with 22 additions and 12 deletions

View file

@ -2,7 +2,9 @@
// 320px ~ 16rem/16px ~ 18.8235/17px ~ 17.7778/18px
// 480px ~ 30rem/16px ~ 28.2353rem/17px ~ 26.6667rem/18px
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
// styles
.sidebar {
padding-top: .5rem;
}
}
// tablet/medium device ~768px+

View file

@ -17,6 +17,10 @@
.sidebar-about {
text-align: center;
}
.author-image {
display: block;
margin-top: 4px;
}
}
.sidebar-nav {