fix some styling

This commit is contained in:
Gen 2024-03-06 13:14:27 -08:00 committed by GitHub
parent bece099108
commit fc8bd432b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,8 +19,7 @@ body {
.divs { .divs {
border: 2px solid #ef9f76; border: 2px solid #ef9f76;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 5px;
box-shadow: 0 0 10px 0px #ef9f76;
} }
h1 { h1 {
@ -164,6 +163,7 @@ a:visited {
margin-right: auto; margin-right: auto;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 10px; margin-top: 10px;
box-shadow: 0 0 5px 0px #949cbb;
} }
@media screen and (max-width:750px) { @media screen and (max-width:750px) {