diff --git a/index.html b/index.html
index 4978155..cfabcc7 100644
--- a/index.html
+++ b/index.html
@@ -189,7 +189,7 @@
- - my profile pictures are usually random characters from different types of media that i grayscale and use as my profile picture. my current phase is yoshi.
+ - my profile pictures used to be random characters from different types of media that i grayscale and used as my profile picture. i no longer do this as i've already came up with my own synth character!
- i used to have a joke where i loved cheese, in a "i cannot live with cheese, give me the cheese or i die" way. technically the joke does still exist to some extent in a friend group, but otherwise has mostly died out. 🧀
- originally starting interneting when i was young and my only method of getting wifi was by using my netbook in the kitchen and connecting to a nearby stores local wifi connection.
- joined fedi around 2020 or so, originally on mas.to before closing shop and moving to types.pl which has a nice local community, before moving to miruku.cafe for a short while before finally landing at lea.pet.
diff --git a/style.css b/style.css
index 249e711..11dea04 100644
--- a/style.css
+++ b/style.css
@@ -438,6 +438,10 @@ footer > .dot {
height: 30px;
}
+.messaging {
+ margin-left: -0.5em;
+}
+
/* -- fedi section -- */
/* -- sharkey -- */
@@ -641,10 +645,14 @@ footer > .dot {
margin-bottom: 20px;
}
- .fedi, .messaging, .platforms, .misc, .warning {
+ .fedi, .messaging, .platforms, .misc {
flex-direction: column;
}
+ .messaging {
+ margin-left: unset;
+ }
+
.fedi > .dot, .messaging > .dot, .platforms > .dot, .misc > .dot {
display: none;
}