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
|
||||
width: 650px
|
||||
width: 500px
|
||||
margin: 0px auto
|
||||
font-family: 'Source Sans Pro'
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ html, body
|
|||
min-width: 1211px
|
||||
height: 55px
|
||||
overflow-x: scroll
|
||||
white-space: nowrap
|
||||
z-index: 1000
|
||||
|
||||
#left, #right
|
||||
|
@ -57,7 +56,7 @@ html, body
|
|||
-moz-box-flex: 4
|
||||
-webkit-box-flex: 4
|
||||
position: relative
|
||||
min-width: 760px
|
||||
min-width: 539px
|
||||
padding: 20px 40px 80px 30px
|
||||
|
||||
@media screen and (max-width: 1400px)
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
|
||||
#profile
|
||||
#right
|
||||
width: 180px
|
||||
min-width: 180px
|
||||
max-width: 180px
|
||||
padding: 11px 20px 80px 20px
|
||||
background-color: #E9E9E7
|
||||
float: right
|
||||
border-left: 1px solid $color-border-normal
|
||||
|
||||
h4
|
||||
|
|
Loading…
Reference in New Issue
Block a user