Skip to content

Commit 3bebcfd

Browse files
authored
Minor improvements for testimonials in small screen mode (#114)
1 parent 3a95bb1 commit 3bebcfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/.vuepress/components/Testimonials.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ export default {
4848
@media only screen and (max-width: 720px) {
4949
.testimonial {
5050
flex-direction: column;
51+
margin: 0;
5152
}
5253
.testimonial .logo {
5354
width: 90px;
5455
height: 90px;
5556
}
5657
.testimonial p {
57-
margin: 30px 0 10px 0;
58+
margin: 20px 0 10px 0;
5859
}
5960
}
6061
</style>

0 commit comments

Comments
 (0)