|
|
.community {
|
|
&__banner {
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
height: 300px;
|
|
h1 {
|
|
background-color: rgba(0, 0, 0, 0.75);
|
|
padding: 10px;
|
|
}
|
|
}
|
|
}
|