diff --git a/content/now.md b/content/now.md index 94a7e29..33a96ad 100644 --- a/content/now.md +++ b/content/now.md @@ -50,7 +50,7 @@ also I recently brought my bujo to bed to jot down some stuff before I fell asle
rip to ur lid, lil homie cinnamoroll sad
## gaming -I bought [Fields of Mistria](https://www.fieldsofmistria.com/) and have been playing a ton of that and Stardew Valley. Playing it for our archipelago games reignited my interest in the game, so I'm back on my modded bullshit uwu +I bought [Fields of Mistria](https://www.fieldsofmistria.com/) and have been playing a ton of that and [Stardew Valley](/games/sdv). Playing it for our archipelago games reignited my interest in the game, so I'm back on my modded bullshit uwu I'm still playing [Divinity: Original Sin 2](https://store.steampowered.com/app/435150/Divinity_Original_Sin_2__Definitive_Edition/) with Amara, her son, and Egg; and also [Baldur's Gate 3](https://store.steampowered.com/app/1086940/Baldurs_Gate_3/) with [Fiona](https://www.twitch.tv/powerforge), Egg, and Amara. I stopped my solo playthru of BG3 so I could experience the story with everyone, because that's been more fun for me. ![xD](../img/emoji/cuteyay.gif) diff --git a/static/css/style.css b/static/css/style.css index 44b305d..e635973 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -91,7 +91,7 @@ h2 { font: 4em firstly, cursive; font-weight: bold; line-height: .7em; - margin: 0.1vw 0.1vw 0.1vw 1.5vw; + margin: 0.1vw 0.1vw 0.1vw 1.25vw; padding: .1rem 0; } @@ -382,6 +382,10 @@ hr { width: 95%; } +.two-column h2 { + margin: 0.3vw 0.1vw 0.3vw 0; +} + .two-column p { margin: 0; } @@ -408,6 +412,10 @@ hr { flex: 50%; } +.stardew img { + max-width: 90vw; +} + @media (max-width:600px) { .stardew { @@ -600,10 +608,12 @@ profile-img img { position: relative; justify-items: center; background-color: var(--metaColor); + padding: 0; } .left-sidebar a { text-align: center; float: none; + padding: .8rem; } .page-content {margin-left: 0; width: 94%;} } diff --git a/templates/head.html b/templates/head.html index 31ef092..a866f9d 100644 --- a/templates/head.html +++ b/templates/head.html @@ -2,6 +2,7 @@ + {% if page.title %} {% set title = page.title %} {% elif section.title %}