2018-03-12 07:58:38 +01:00
|
|
|
.mainContainer .wrapper a,
|
|
|
|
.inner .projectIntro a {
|
|
|
|
color: #1a1a1a;
|
|
|
|
transition: all 0.25s ease-out;
|
2018-08-04 17:09:03 +02:00
|
|
|
text-decoration: none;
|
2018-03-12 07:58:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer .wrapper a:hover,
|
|
|
|
.inner .projectIntro a:hover {
|
2018-08-04 17:09:03 +02:00
|
|
|
text-decoration: underline;
|
2018-03-12 07:58:38 +01:00
|
|
|
}
|
|
|
|
|
2018-06-17 13:39:52 +02:00
|
|
|
.feature-section .blockContent {
|
|
|
|
max-width: 600px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2018-08-24 09:18:49 +02:00
|
|
|
.header_title {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-05-01 09:21:43 +02:00
|
|
|
.docker-count img {
|
|
|
|
margin-left: initial;
|
|
|
|
}
|
|
|
|
|
2018-06-17 01:23:19 +02:00
|
|
|
.tweets-section {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-01-10 03:56:44 +01:00
|
|
|
}
|
|
|
|
|
2018-06-17 01:23:19 +02:00
|
|
|
.tweets-section > div {
|
|
|
|
padding: 20px;
|
|
|
|
flex: 2;
|
|
|
|
box-sizing:border-box;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
2018-01-10 03:56:44 +01:00
|
|
|
}
|
|
|
|
|
2018-06-17 01:23:19 +02:00
|
|
|
.tweets-section > div .twitter-tweet {
|
|
|
|
margin: 0 auto !important;
|
2018-01-10 03:56:44 +01:00
|
|
|
}
|
|
|
|
|
2018-08-04 17:09:03 +02:00
|
|
|
/** team **/
|
|
|
|
|
|
|
|
.team_container a,
|
|
|
|
.team_container a:hover {
|
|
|
|
font-size: 80%;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member_group {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member_media_object {
|
|
|
|
width: 15%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.member_media_object .team_role {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1281px) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 15%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1025px) and (max-width:1280px) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 33.3%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width:1024px) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 50%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 50%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 481px) and (max-width:767px) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 320px) and (max-width:480px) {
|
|
|
|
.member_media_object {
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.member_section {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-01-10 03:56:44 +01:00
|
|
|
|
2018-08-04 17:09:03 +02:00
|
|
|
.member_section .language_title {
|
|
|
|
text-transform: capitalize;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member_info {
|
|
|
|
line-height: 1.7;
|
|
|
|
}
|
2018-06-17 01:23:19 +02:00
|
|
|
|
2018-08-04 17:09:03 +02:00
|
|
|
.member_info > div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-06-17 01:23:19 +02:00
|
|
|
|
2018-08-04 17:09:03 +02:00
|
|
|
.member_avatar > img {
|
|
|
|
border-radius: 50px;
|
|
|
|
border: 1px solid #4b5e40;
|
|
|
|
}
|
2018-06-17 01:23:19 +02:00
|
|
|
|