Make solution fit the self-check
This commit is contained in:
parent
2e98308c95
commit
d6e658d0ef
Binary file not shown.
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 58 KiB |
|
@ -37,11 +37,10 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 52px;
|
gap: 52px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue