More css, attempt to keep the text width the same until the midway point.
This commit is contained in:
parent
958242f4d5
commit
a67ac803b3
2 changed files with 12 additions and 21 deletions
|
@ -12,10 +12,12 @@ tags = [ "info", "personal" ]
|
|||
|
||||
i'm not on too many platforms,
|
||||
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.
|
||||
|
@ -24,4 +26,5 @@ which i'm active on from time to time.
|
|||
- **💬 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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue