18 lines
401 B
SCSS
18 lines
401 B
SCSS
.crew-wrap {
|
|
position: relative;
|
|
text-align: center;
|
|
display: block;
|
|
img {
|
|
width: $crew-width !important;
|
|
height: $crew-width;
|
|
border-radius:$crew-width;
|
|
}
|
|
span {
|
|
color: $crew-post-title-color;
|
|
margin-top: 10px;
|
|
display: block;
|
|
font-weight: 500;
|
|
font-size: $language-post-title-size;
|
|
}
|
|
}
|