39 lines
960 B
Stylus
39 lines
960 B
Stylus
.logoContainer
|
|
position: absolute
|
|
height: 40px
|
|
top: 0
|
|
right: 0
|
|
padding: 0 10px
|
|
color: white
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
width: 15%
|
|
|
|
.navbar-brand
|
|
display: inline-block
|
|
padding: 0
|
|
margin-right: 5px
|
|
height: 100%
|
|
|
|
img
|
|
height: 30px
|
|
float: left
|
|
margin-right: 10px
|
|
margin-top: 5px
|
|
/* Media queries for iPhone6*/
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
height: 20px
|
|
margin-top: 10px
|
|
margin-bottom: 10px
|
|
margin-right: 5px
|
|
|
|
h4.name
|
|
float: left
|
|
margin: 10px 0
|
|
font-family: "Sanchez"
|
|
color: white
|
|
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
|
|
font-size: 0.3em
|
|
font-size: 0.3em
|
|
width: 50%
|
|
|