You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
.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; |
|
} |
|
} |
|
}
|
|
|