Fix some spacing issues with the about page

pull/1/head rsc
dugo3number2 2023-02-13 15:46:06 -06:00
parent ee5e05ea9c
commit d8ea907f80
1 changed files with 8 additions and 0 deletions

View File

@ -123,6 +123,14 @@ section p {
.right { .right {
grid-column: 2; grid-column: 2;
} }
section div {
width: 50%;
}
section p {
width: 50%;
}
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {