11 lines
No EOL
139 B
SCSS
11 lines
No EOL
139 B
SCSS
@import "template.scss";
|
|
|
|
.image {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: $border-radius;
|
|
}
|
|
|
|
.published {
|
|
font-size: 12px;
|
|
} |