From f0fbb6883a0dffe9a23b298deb83797fddc61b84 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 10 Jan 2022 17:35:26 +0100 Subject: [PATCH 1/3] some improvements to the blog layout on small screen sizes --- main/style/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main/style/style.css b/main/style/style.css index c356091..2755fce 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -234,6 +234,16 @@ pre.highlight { padding: 15px; } +@media(max-width: 1199px) { + .blog-title { + margin-top: 15px; + } + + .blog-summary { + margin-bottom: 10px; + } +} + @media (max-width: 768px) { .container { max-width: none; From 4b1d051b72025a86b5f377398b3d1bccf3349bce Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 24 Jan 2022 13:00:03 +0100 Subject: [PATCH 2/3] shuffle some abouts around --- main/_data/about.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main/_data/about.json b/main/_data/about.json index 40f99bc..cb44ebd 100644 --- a/main/_data/about.json +++ b/main/_data/about.json @@ -1,4 +1,8 @@ [{ + "q": "What are your pronouns?", + "a": "I'm cis male, so I go by he/him most of the time. I don't really mind though, so you can use any pronouns." + }, + { "q": "How old are you?", "a": "I'm years old. This automatically updates now, too, so I won't ever forget to update it again!" }, @@ -39,7 +43,7 @@ "a": "C#." }, { - "q": "What are your pronouns?", - "a": "I'm cis male, so I go by he/him most of the time. I don't really mind though, so you can use any pronouns." + "q": "What's your favorite Starbucks?", + "a": "Iced Caramel Macchiato. With whipped cream. Of course." } ] \ No newline at end of file From 625a12ffcd45fa58a032479207651a3451aab997 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 26 Jan 2022 19:05:39 +0100 Subject: [PATCH 3/3] manual emoji aw yea --- main/actaddmanual/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/actaddmanual/index.html b/main/actaddmanual/index.html index 905c553..76ed34d 100644 --- a/main/actaddmanual/index.html +++ b/main/actaddmanual/index.html @@ -31,15 +31,15 @@