About - Cards mobile css
About page cards are now more mobile friendly
This commit is contained in:
parent
f6c5a272e2
commit
70f303ea44
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue