-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from SachaG/56-homepage-logos
56 homepage logos
- Loading branch information
Showing
8 changed files
with
286 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ const MainLinks = () => ( | |
</div> | ||
</div> | ||
</div> | ||
<hr /> | ||
</div> | ||
</div> | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
.used-by-wrapper{ | ||
margin-bottom: 60px; | ||
} | ||
|
||
.used-by{ | ||
max-width: 1000px; | ||
margin: 0 auto; | ||
position: relative; | ||
} | ||
|
||
.used-by-bg{ | ||
position: absolute; | ||
top: 0px; | ||
left: 0px; | ||
right: 0px; | ||
bottom: 0px; | ||
} | ||
|
||
.used-by-bg svg{ | ||
height: 100%; | ||
width: 100%; | ||
} | ||
|
||
.used-by-contents{ | ||
padding: 40px 20px; | ||
position: relative; | ||
z-index: 1; | ||
} | ||
|
||
.used-by-title{ | ||
text-align: center; | ||
margin: 0 0 30px 0; | ||
opacity: 0.5; | ||
color: #468c07; | ||
} | ||
|
||
|
||
.used-by-users{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-around; | ||
} | ||
|
||
.used-by-user{ | ||
/*flex: 1;*/ | ||
margin-right: 30px; | ||
max-width: 100px; | ||
filter: grayscale(100%); | ||
opacity: 0.8; | ||
} | ||
.used-by-user:last-child{ | ||
margin-right: 0; | ||
} | ||
.used-by-user:hover{ | ||
filter: none; | ||
opacity: 1; | ||
} | ||
.used-by-user-image{ | ||
display: block; | ||
width: 100%; | ||
} | ||
|
||
.used-by-more-examples{ | ||
text-align: center; | ||
display: block; | ||
margin-top: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.