More css, attempt to keep the text width the same until the midway point.

This commit is contained in:
Bun 2025-07-03 01:14:15 -04:00
parent 958242f4d5
commit a67ac803b3
2 changed files with 12 additions and 21 deletions

View file

@ -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;