Fix size of carousel buttons

- Next and Prev buttons were too small to click easily
This commit is contained in:
Vicky 2018-08-24 15:06:45 -05:00
parent 463f61286e
commit 6a63b29b5e
2 changed files with 16 additions and 0 deletions

View file

@ -126,7 +126,14 @@ hr
text-transform: uppercase
font-size: 14px
.owl-nav
height: 50px
.owl-next, .owl-prev
height: 30px
span
font-size: 3rem
line-height: 30px
.footer-text
font-size: 0.8em

View file

@ -7191,6 +7191,15 @@ hr {
text-transform: uppercase;
font-size: 14px; }
.owl-nav {
height: 50px; }
.owl-next, .owl-prev {
height: 30px; }
.owl-next span, .owl-prev span {
font-size: 3rem;
line-height: 30px; }
.footer-text {
font-size: 0.8em; }
.footer-text a {