Skip to content

Commit

Permalink
feat: Hide project tags on hover
Browse files Browse the repository at this point in the history
* This solves #79

* Align projects logo with the design

 Align the project page logos with the designs https://github.com/ossn/fixme/blob/master/screens/desktop/Mozilla_Fixme_Screen03_Projects.png

* Update projects.scss

* Update projects.scss
  • Loading branch information
CharlesHopman authored and alexdor committed Oct 31, 2018
1 parent d8da292 commit 93aa1bb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/styles/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $opacity: 0.3;
.projects {
@include media-breakpoint-up(md) {
&-tile-tag-wrapper {
max-width: 50%;
max-width: 70%;
max-height: 100%;
}
}
&-title {
Expand Down Expand Up @@ -101,16 +102,19 @@ $opacity: 0.3;
}
}
&-logo {
max-height: 100%;
height: 100%;
width: 100%;
object-fit: contain;
}
&-logo-wrapper {
display: inline-flex;
height: 100%;
left: 7%;
position: relative;
left: 57%;
position: absolute;
top: 7%;
visibility: visible;
min-width: 50%;
max-width: 100%;
}
}
&-tile-tag {
Expand Down

0 comments on commit 93aa1bb

Please sign in to comment.