9 lines
82 B
SCSS
9 lines
82 B
SCSS
.sb-image {
|
|
margin: 0;
|
|
|
|
&__content {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|