small adjustments to blog sidebar
This commit is contained in:
parent
0acd011707
commit
fed5859a21
1 changed files with 4 additions and 3 deletions
|
|
@ -440,7 +440,8 @@ body {
|
|||
#blog-sidebar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 240px;
|
||||
width: 280px;
|
||||
margin: 25px 12px 0px 12px;
|
||||
|
||||
p,
|
||||
li {
|
||||
|
|
@ -462,7 +463,7 @@ body {
|
|||
}
|
||||
|
||||
.true-content {
|
||||
margin: 6px ($sm - 5%) 6px $sm;
|
||||
padding: 6px ($sm - 8%) 6px $sm;
|
||||
}
|
||||
|
||||
.blog-avatar-wrapper {
|
||||
|
|
@ -490,7 +491,7 @@ body {
|
|||
#feed {
|
||||
width: 100%;
|
||||
margin: 12px;
|
||||
padding: 0px 12%;
|
||||
padding: 0px 12% 0px 6%;
|
||||
.year-title {
|
||||
font-size: $h4size;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue