forked from didirus/AstralRinth
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
.illustration {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
grid-gap: 2rem;
|
|
|
|
&__image {
|
|
max-width: 300px;
|
|
}
|
|
|
|
&__description {
|
|
font-size: 1.2rem;
|
|
color: var(--color-text-light)
|
|
}
|
|
} |