css fixes

This commit is contained in:
jetstream0
2023-08-02 09:33:58 -07:00
parent 2d51d07823
commit 8e7133bf1c
3 changed files with 13 additions and 6 deletions

View File

@@ -3,6 +3,10 @@ body, html {
padding: 0;
}
body {
word-break: break-all;
}
#main {
box-sizing: border-box;
min-height: 100vh;
@@ -43,8 +47,7 @@ p {
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, sans-serif;
margin: 0;
margin-bottom: 5px;
margin: 10px 0px 5px 0px;
}
ul {