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 - + +
+ Sponsor on GitHub + Become a Patron + Buy me a Coffee
+
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) {