You've already forked AstralRinth
Refactor folder structure
This commit is contained in:
16
src/styles/classes/illustration.postcss
Normal file
16
src/styles/classes/illustration.postcss
Normal file
@@ -0,0 +1,16 @@
|
||||
.illustration {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
|
||||
&__image {
|
||||
max-width: 18.5rem;
|
||||
}
|
||||
|
||||
&__description {
|
||||
font-size: var(--font-size-lg);
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user