Import laphack page

This commit is contained in:
Arti Zirk
2018-07-16 23:46:24 +03:00
parent f268594287
commit b0b147551d
38 changed files with 740 additions and 937 deletions

14
_sass/mentors.scss Normal file
View File

@@ -0,0 +1,14 @@
.mentors-page-container {
.mentor {
margin-bottom: 3rem;
.profile-img {
object-fit: cover;
width: 300px;
height: 350px;
float: left;
margin-right: 2rem;
}
}
}