Select Git revision
composer.lock
info.scss 651 B
.info {
.social-networks {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
a {
flex-grow: 1;
width: 33%;
height: 100px;
text-align: center;
text-decoration: none;
img {
width: auto;
height: 60px;
margin-top: 6px;
}
p {
font-family: "OspDin";
font-size: 18px;
color: $blackColor;
}
}
}
.content {
font-family: "SF-UI-Display";
font-size: 17px;
color: $blackColor;
text-align: justify;
padding: 0 10px;
}
}
.info-section {
margin-bottom: 10px !important;
}