About - Cards mobile css

About page cards are now more mobile friendly
This commit is contained in:
Camerin Figueroa 2022-06-11 09:56:19 -04:00
parent f6c5a272e2
commit 70f303ea44
1 changed files with 8 additions and 2 deletions

View File

@ -42,12 +42,18 @@
flex-direction: column-reverse; flex-direction: column-reverse;
} }
.card .content { .card .content-box {
font-size: x-large; font-size: large;
margin-top: 1rem;
margin-right:0;
} }
.card img.show { .card img.show {
margin-bottom: 50px; margin-bottom: 50px;
} }
.card .title {
font-size: 28px;
}
} }