Skip to content

Commit

Permalink
Added liffybot background.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Dec 26, 2023
1 parent 4020637 commit 3ec883a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

Binary file added static/images/liffybot-big-fade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
@apply pt-2 pb-4;
}

main .content-section.home div.buildit {
background-image: url("/images/liffybot-big-fade.png");
background-repeat: no-repeat;
background-size: auto;
}

main .content-section.home div.buildit-card {
@apply pt-0 mt-0;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/home/buildit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
buildit_section.apps,
buildit_section.releases] %}
<!-- Grid -->
<div class="grid md:grid-cols-3 gap-12">
<div class="buildit grid md:grid-cols-3 gap-12">
<div class="lg:w-3/4">
<h2 class="text-3xl text-gray-800 font-bold lg:text-4xl dark:text-white">
{{ buildit_section.title | markdown(inline=true) | safe }}
Expand Down

0 comments on commit 3ec883a

Please sign in to comment.