fix(about): align text for medium,small devices

This commit is contained in:
Henrique Santos Santana 2022-12-30 19:43:39 -03:00
parent 66d913c105
commit 4a911e3caf

View File

@ -68,7 +68,13 @@ textarea {
font-weight: 700;
font-size: var(--txt-xl);
text-align: center;
color: var(--clr-gray-900);
@media screen and (min-width: 1025px) {
text-align: initial;
}
}
@media screen and (min-width: 1025px) {