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 {
|
#blog-sidebar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 240px;
|
width: 280px;
|
||||||
|
margin: 25px 12px 0px 12px;
|
||||||
|
|
||||||
p,
|
p,
|
||||||
li {
|
li {
|
||||||
|
|
@ -462,7 +463,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.true-content {
|
.true-content {
|
||||||
margin: 6px ($sm - 5%) 6px $sm;
|
padding: 6px ($sm - 8%) 6px $sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-avatar-wrapper {
|
.blog-avatar-wrapper {
|
||||||
|
|
@ -490,7 +491,7 @@ body {
|
||||||
#feed {
|
#feed {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
padding: 0px 12%;
|
padding: 0px 12% 0px 6%;
|
||||||
.year-title {
|
.year-title {
|
||||||
font-size: $h4size;
|
font-size: $h4size;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue