From 28aa18b713a34214f754491b49a7bd0c7a5332f5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 8 Nov 2021 18:28:32 +0100 Subject: [PATCH] redesign donation buttons --- main/_includes/projects.html | 6 +++--- main/index.html | 20 ++++++++++++++------ main/style/style.css | 14 -------------- 3 files changed, 17 insertions(+), 23 deletions(-) diff --git a/main/_includes/projects.html b/main/_includes/projects.html index 5e01619..e0674de 100644 --- a/main/_includes/projects.html +++ b/main/_includes/projects.html @@ -18,7 +18,7 @@ {% endif %} {%- for link in item.links -%} - {{ link.name }} + {{ link.name }} {%- endfor -%} @@ -26,9 +26,9 @@

Welcome to my little website! I'm Ellpeck, a student and programmer from Germany. I do a lot of stuff, actually. My life is pretty busy.

- -
- - - Become a patron - + + +
diff --git a/main/style/style.css b/main/style/style.css index 8d7ccdf..8be9c88 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -209,11 +209,6 @@ blockquote { font-style: italic; } -.sellout { - display: flex; - align-items: center; -} - .patreon-button :hover { filter: saturate(130%); } @@ -252,15 +247,6 @@ blockquote { right: auto; top: auto; } - - .sellout { - flex-direction: column; - } - - .sellout iframe { - margin-bottom: 10px; - margin-right: 0 !important; - } } @media (max-width: 510px) {