Skip to content

Commit

Permalink
enhance client section responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSteel committed Jul 28, 2015
1 parent ab975ab commit 2d130a4
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions assets/css/3-sections/_clients.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@extend %#{$animation}

.client-face
min-width: 300px
min-width: 180px
text-align: center

img
Expand Down Expand Up @@ -103,7 +103,7 @@
.clients-mobile-nav
text-align: center
position: relative
z-index: 2
z-index: 3
display: none

span
Expand All @@ -120,7 +120,7 @@



@media (max-width: 750px)
@media (max-width: 850px)
.clients-logos
+flex-wrap(wrap)

Expand All @@ -130,7 +130,7 @@
.client-unit.active-client
display: block
position: relative
margin-left: 0px
margin-left: auto
left: auto

.client-face
Expand All @@ -143,9 +143,6 @@

.client-quote-mark
left: 6px

.client-controls
display: none

.clients-logos
display: none
Expand All @@ -154,9 +151,7 @@
display: block







@media (max-width: 600px)
.client-controls
display: none

0 comments on commit 2d130a4

Please sign in to comment.