improve some styling to adapt to different screen sizes

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-02-14 01:36:25 +00:00
parent a7affa28a8
commit 1e076ca3e0
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,9 @@ article {
article > div {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
column-gap: 10px;
}
article > div > div {

View File

@ -1,5 +1,6 @@
body {
background-color:black;
min-width: fit-content;
}
h1, h2, h3, p {