improve some styling to adapt to different screen sizes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
a7affa28a8
commit
1e076ca3e0
@ -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 {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color:black;
|
background-color:black;
|
||||||
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, p {
|
h1, h2, h3, p {
|
||||||
|
Loading…
Reference in New Issue
Block a user