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 409111209e
commit 41ede9e65c
1 changed files with 8 additions and 2 deletions

View File

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