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 73f89fa48d
commit d902277635
2 changed files with 4 additions and 0 deletions

View File

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

View File

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