🕹🐈 Checkpoint

./style.css:617503/113
This commit is contained in:
Glitch (wiry-plaid-valley) 2020-10-16 18:20:01 +00:00
parent 71e4010843
commit 1ef82b7d0b

View file

@ -38,6 +38,8 @@ body {
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1rem;
}
@ -67,6 +69,6 @@ body {
}
.illustration {
/* max-width: 80%; */
max-width: 100%;
}