Skip to content

Commit

Permalink
[BUGFIX] imageTextLink, fix mobile view (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroslav321 authored and dmh committed Jun 7, 2017
1 parent 940a610 commit e8e9df5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
.img-text-link._hover-2 .img-text-link__header {
margin: 0;
position: absolute;
bottom: 0;
bottom: -1px;
padding: 15px;
z-index: 3;
width: 100%;
Expand Down Expand Up @@ -603,7 +603,7 @@
.img-text-link._hover-5 .img-text-link__header {
margin: 0;
position: absolute;
bottom: 0;
bottom: -1px;
padding: 15px;
width: 100%;
z-index: 3;
Expand All @@ -627,6 +627,7 @@
color: @main-text-color;
bottom: 0;
padding: 8px 15px;
width: 100%;
height: 70px;
margin: 0;
display: flex;
Expand Down

0 comments on commit e8e9df5

Please sign in to comment.