changes sidebar styles and positions
This commit is contained in:
parent
0b25bef171
commit
7eea1bb398
5 changed files with 22 additions and 12 deletions
|
@ -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+
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
.sidebar-about {
|
||||
text-align: center;
|
||||
}
|
||||
.author-image {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue