add misc image templates
This commit is contained in:
parent
f35d523009
commit
4add26a229
4 changed files with 10 additions and 0 deletions
BIN
_img/home_leftside_ad.xcf
Normal file
BIN
_img/home_leftside_ad.xcf
Normal file
Binary file not shown.
BIN
_img/home_rightside.xcf
Normal file
BIN
_img/home_rightside.xcf
Normal file
Binary file not shown.
|
|
@ -35,4 +35,5 @@ lastfm: true
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<!--<img src="/img/home_rightside.jpg" id="rightside">-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -187,6 +187,9 @@ body {
|
|||
|
||||
.welcome-aside-right {
|
||||
width: max-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
.recent-posts {
|
||||
width: 190px;
|
||||
|
|
@ -202,6 +205,12 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
/* TODO: rightside img
|
||||
#rightside {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue