Created
January 29, 2018 05:01
-
-
Save ahmedeshaan/d8a60a2f5d62dd01800f9bdae307a35c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
Theme Name: Flatsome Child | |
Description: This is a child theme for Flatsome Theme | |
Author: UX Themes | |
Template: flatsome | |
Version: 3.0 | |
*/ | |
/*************** ADD CUSTOM CSS HERE. ***************/ | |
#map_go {width:100%!important;} | |
@media only screen and (max-width: 48em) { | |
/*************** ADD MOBILE ONLY CSS HERE ***************/ | |
} | |
@media only screen and (max-width : 992px) { | |
} | |
/* Small Devices, Tablets */ | |
@media only screen and (max-width : 768px) { | |
} | |
/* Extra Small Devices, Phones */ | |
@media only screen and (max-width : 480px) { | |
} | |
/* Custom, iPhone Retina */ | |
@media only screen and (max-width : 320px) { | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment