11 lines
118 B
SCSS
11 lines
118 B
SCSS
.content {
|
|
background: none;
|
|
|
|
@media (max-width: 768px) {
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
.overlay {
|
|
background: #222;
|
|
}
|