Created
June 26, 2020 10:52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************** | |
* Custom CSS for Fast Food/Restaurant Template | |
* By WP Academy.PK - Paste this code in | |
* Appearance > Customize > Additional CSS | |
**********************************************/ | |
.wpac-lottie-anim-1 .e-lottie__container, .wpac-lottie-anim-1 .e-lottie__animation{ | |
height: 150px !important; | |
} | |
.wpac-dual-color-heading span { | |
color: #FF6E00; | |
} | |
@media all and (min-width: 768px) { | |
.wpac-item-text p { | |
padding: 0 30px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment