diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 22:17:43 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 22:17:43 +0530 |
commit | e65e44184e1f792c2bad55239e224f82eaa5a353 (patch) | |
tree | 2642c28a6ba8952cf8e97543ccf9f2e8e12f6cd9 /assets | |
parent | 0.6.0 (diff) | |
download | sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.gz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.bz2 sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.lz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.xz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.zst sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.zip |
Corrected minor errors
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/main.css b/assets/main.css index be1f030..c1bbd6d 100644 --- a/assets/main.css +++ b/assets/main.css @@ -4,7 +4,7 @@ box-sizing: border-box; } -body { +:root { text-align: justify; } @@ -109,7 +109,6 @@ aside { @media (max-width: 30rem) { - .side, aside { margin: inherit; max-width: 100%; |