7 lines
103 B
SCSS
7 lines
103 B
SCSS
@mixin apply-styles {
|
|
.issue-content {
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
} |