small design fixes
This commit is contained in:
parent
9984dde756
commit
9ed64403d9
3 changed files with 13 additions and 2 deletions
|
@ -50,7 +50,7 @@ also I recently brought my bujo to bed to jot down some stuff before I fell asle
|
||||||
<figcaption>rip to ur lid, lil homie <img src="../img/emoji/cinnasad.gif" alt="cinnamoroll sad"></figcaption></figure>
|
<figcaption>rip to ur lid, lil homie <img src="../img/emoji/cinnasad.gif" alt="cinnamoroll sad"></figcaption></figure>
|
||||||
|
|
||||||
## gaming
|
## 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)
|
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)
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ h2 {
|
||||||
font: 4em firstly, cursive;
|
font: 4em firstly, cursive;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: .7em;
|
line-height: .7em;
|
||||||
margin: 0.1vw 0.1vw 0.1vw 1.5vw;
|
margin: 0.1vw 0.1vw 0.1vw 1.25vw;
|
||||||
padding: .1rem 0;
|
padding: .1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -382,6 +382,10 @@ hr {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.two-column h2 {
|
||||||
|
margin: 0.3vw 0.1vw 0.3vw 0;
|
||||||
|
}
|
||||||
|
|
||||||
.two-column p {
|
.two-column p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -408,6 +412,10 @@ hr {
|
||||||
flex: 50%;
|
flex: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stardew img {
|
||||||
|
max-width: 90vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width:600px) {
|
@media (max-width:600px) {
|
||||||
.stardew {
|
.stardew {
|
||||||
|
@ -600,10 +608,12 @@ profile-img img {
|
||||||
position: relative;
|
position: relative;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
background-color: var(--metaColor);
|
background-color: var(--metaColor);
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.left-sidebar a {
|
.left-sidebar a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: none;
|
float: none;
|
||||||
|
padding: .8rem;
|
||||||
}
|
}
|
||||||
.page-content {margin-left: 0; width: 94%;}
|
.page-content {margin-left: 0; width: 94%;}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="referrer" content="no-referrer" />
|
<meta name="referrer" content="no-referrer" />
|
||||||
<meta name="robots" content="noimageai,noai,GPC,noindex,nofollow,nosnippet,noimageindex,nocache,none" />
|
<meta name="robots" content="noimageai,noai,GPC,noindex,nofollow,nosnippet,noimageindex,nocache,none" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
{% set title = page.title %}
|
{% set title = page.title %}
|
||||||
{% elif section.title %}
|
{% elif section.title %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue