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

61
_sass/contact.scss Normal file
View File

@@ -0,0 +1,61 @@
.contact .team {
h1 {
text-align: center;
}
.row {
flex-wrap: wrap;
justify-content: center;
align-content: center;
flex-direction: row;
}
.member {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: auto;
flex-grow: 0;
padding: 0;
.profile-img {
display: block;
margin-right: 1rem;
width: 150px;
height: 150px;
}
.lap-img {
display: block;
margin-right: 1rem;
width: 200px;
height: 100px;
}
ul {
display: inline-block;
list-style-type: none;
margin-left: 0;
min-width: 20rem;
li {
margin: 0;
h4 {
margin: 0;
}
a {
padding: 0.3rem 0;
display: inline-block;
width: 100%;
}
}
}
}
@media (min-width: 30.0rem) {
.member {
flex-direction: row;
min-height: 176px;
}
}
}