adjustments to #top and #right bars for increased responsiveness in all browsers
This commit is contained in:
parent
45b37345ba
commit
f1163977e6
|
@ -1,5 +1,5 @@
|
||||||
#getting-started
|
#getting-started
|
||||||
width: 650px
|
width: 500px
|
||||||
margin: 0px auto
|
margin: 0px auto
|
||||||
font-family: 'Source Sans Pro'
|
font-family: 'Source Sans Pro'
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@ html, body
|
||||||
min-width: 1211px
|
min-width: 1211px
|
||||||
height: 55px
|
height: 55px
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
white-space: nowrap
|
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
|
|
||||||
#left, #right
|
#left, #right
|
||||||
|
@ -57,7 +56,7 @@ html, body
|
||||||
-moz-box-flex: 4
|
-moz-box-flex: 4
|
||||||
-webkit-box-flex: 4
|
-webkit-box-flex: 4
|
||||||
position: relative
|
position: relative
|
||||||
min-width: 760px
|
min-width: 539px
|
||||||
padding: 20px 40px 80px 30px
|
padding: 20px 40px 80px 30px
|
||||||
|
|
||||||
@media screen and (max-width: 1400px)
|
@media screen and (max-width: 1400px)
|
||||||
|
|
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
#profile
|
#profile
|
||||||
#right
|
#right
|
||||||
width: 180px
|
min-width: 180px
|
||||||
|
max-width: 180px
|
||||||
padding: 11px 20px 80px 20px
|
padding: 11px 20px 80px 20px
|
||||||
background-color: #E9E9E7
|
background-color: #E9E9E7
|
||||||
|
float: right
|
||||||
border-left: 1px solid $color-border-normal
|
border-left: 1px solid $color-border-normal
|
||||||
|
|
||||||
h4
|
h4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user