mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Fix size of carousel buttons
- Next and Prev buttons were too small to click easily
This commit is contained in:
parent
463f61286e
commit
6a63b29b5e
2 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue