diff --git a/main/_data/about.json b/main/_data/about.json index 82bbc6f..b75135f 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 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 @@
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;