improve some styling to adapt to different screen sizes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
73f89fa48d
commit
d902277635
@ -8,6 +8,9 @@ article {
|
||||
article > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
article > div > div {
|
||||
|
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-color:black;
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
h1, h2, h3, p {
|
||||
|
Loading…
Reference in New Issue
Block a user