Created
August 26, 2017 06:49
-
-
Save mikhy888/5a059ef35fd239a4e9d99bffb172ecfe to your computer and use it in GitHub Desktop.
Custom CSS
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 normal styles starts here */ | |
#pp-nav.right { right: 2px; } | |
* { margin: 0px; padding: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: initial; -webkit-overflow-scrolling: touch; } | |
ul { padding: 0px; margin: 0px; } | |
.pull-right { float: right !important; } | |
.pull-left { float: left !important; } | |
.container { width: 100%; margin: auto; max-width: 1300px; } | |
.text-left { text-align: left; } | |
.text-right { text-align: right; } | |
.text-center { text-align: center; } | |
.clearfix:before, .clearfix:after { display: table; content: " "; } | |
.clearfix { clear: both; } | |
.clearfix:after { clear: both; } | |
img { vertical-align: middle; border: 0px; outline: none; } | |
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 20px; margin-bottom: 10px; font-family: 'Playfair Display', serif; } | |
a { outline: none !important; text-decoration: none; } | |
.img-responsive { max-width: 100%; display: inline-block; } | |
.slick-slide { outline: none; } | |
.modal-open { overflow: hidden; } | |
.full-width { width: 100%; } | |
.slick-slide img { display: inline-block; } | |
html, body { height: 100%; width: 100%; font-size: 14px; font-family: 'Rubik', sans-serif !important; } | |
.container { max-width: 1300px; margin: auto; position: relative; } | |
.table { display: table; width: 100%; } | |
.table-cell { display: table-cell; vertical-align: top; position: relative; overflow: hidden; } | |
.in-desktop { display: block; } | |
.in-mobile { display: none; } | |
/* custom normal styles ends here */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment