diff --git a/content/blog/contact.md b/content/blog/contact.md index d3f07db..b7ec63e 100644 --- a/content/blog/contact.md +++ b/content/blog/contact.md @@ -11,17 +11,20 @@ tags = [ "info", "personal" ] +++ i'm not on too many platforms, -but the best way to reach me today is email and matrix! +but the best way to reach me today is email and matrix! +you can also subscribe to this very blog using rss. #### main platforms - **✉️ email:** [bun@nixfox.ca](mailto:bun@nixfox.ca) - **💬 matrix:** [@bun:nixfox.ca](https://matrix.to/#/@bun:nixfox.ca) +- **🗞️ rss:** [/authors/aubun/atom.xml](/authors/aubun/atom.xml) here are my other socials, -which i'm active on from time to time. +which i'm active on from time to time. #### social platforms - **💬 discord:** [viceebun](https://discordapp.com/users/1324248157307146290) - **🖼️ instagram:** [viceebun](https://www.instagram.com/viceebun) - **🐦 twitter:** [viceebun](https://x.com/viceebun) +- **🎮 steam:** [viceebun](https://steamcommunity.com/id/viceebun) - **🎵 spotify:** [bun](https://open.spotify.com/user/31vdhyhqi3kw7f6n6hgddu44mm5a) diff --git a/sass/style.scss b/sass/style.scss index aba4af7..a2a6b44 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -64,7 +64,7 @@ h1 { position: relative; width: 60%; - max-width: 50em; + max-width: 45em; margin: auto; top: 2em; @@ -75,29 +75,14 @@ h1 { font-size: 16px; } -.sidebar-toggle-button { - position: fixed; - bottom: 1rem; - right: .8rem; - z-index: 9; - width: 25px; - height: 25px; - - cursor: crosshair; - z-index: 2; - - font-size: 18px; -} - -@media (max-width: 980px) { - html, body { +@media (max-width: 1200px) { + body { margin: 0; - padding: 1.5em; + padding-bottom: 1.2em; } #main { width: 70%; - min-height: 100%; padding: 0; top: 0; } @@ -115,6 +100,9 @@ h1 { } } +@media (max-width: 650px) { +} + li { list-style-type: square; padding-bottom: 2em;