Last active
August 29, 2015 14:04
-
-
Save xyos/0fb6801ff99b9d178bd1 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
/*General styles*/ | |
/*responsive slide*/ | |
.da-slider{ | |
position: relative; | |
width: 100%; | |
padding-bottom: 25%; | |
float: left; | |
height: 0; | |
} | |
.da-img > img { | |
width: 100%; | |
height: auto; | |
position: absolute; | |
left: 0; | |
} | |
/*0-979px*/ | |
@media only screen and (min-width: 0px) and (max-width: 979px) { | |
.nav-collapse{ | |
float : left; | |
width:100%; | |
top: 0px !important; | |
border : 0px; | |
} | |
.logininfo { | |
margin-left: 15px; | |
bottom: 0px !important; | |
} | |
.navbar .nav { | |
position: relative !important; | |
top: 0px !important; | |
border-right: 0px; | |
margin: 10px 10px 0px 0px !important; | |
left: 0px !important; | |
} | |
.navbar .nav > li > a { | |
background : #117F36; | |
color : #EEE; | |
} | |
a.logo { | |
width : 100%; | |
} | |
} | |
/*0-481px*/ | |
@media only screen and (min-width: 0px) and (max-width: 481px) { | |
.navbar .brand { | |
line-height : 12px; | |
width : 70%; | |
font-size : 15px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment