diff --git a/_img/home_leftside_ad.xcf b/_img/home_leftside_ad.xcf new file mode 100644 index 0000000..a056b28 Binary files /dev/null and b/_img/home_leftside_ad.xcf differ diff --git a/_img/home_rightside.xcf b/_img/home_rightside.xcf new file mode 100644 index 0000000..0edc3ce Binary files /dev/null and b/_img/home_rightside.xcf differ diff --git a/_layouts/home.njk b/_layouts/home.njk index e77acc1..2129a95 100644 --- a/_layouts/home.njk +++ b/_layouts/home.njk @@ -35,4 +35,5 @@ lastfm: true {% endfor %} + diff --git a/css/main.scss b/css/main.scss index e712f84..19a67d9 100644 --- a/css/main.scss +++ b/css/main.scss @@ -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; + } + */ } }