You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
Update CSS guidelines + Prefer rem
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
grid-gap: 2rem;
|
||||
gap: 2rem;
|
||||
|
||||
&__image {
|
||||
max-width: 300px;
|
||||
max-width: 18.5rem;
|
||||
}
|
||||
|
||||
&__description {
|
||||
font-size: 1.2rem;
|
||||
font-size: var(--font-size-lg);
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user