15
assets/sass/image.scss
Normal file
15
assets/sass/image.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.image {
|
||||
width: 100%;
|
||||
padding: 1rem 0;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
padding-top: 0.5rem;
|
||||
color: color-mix(in srgb, var(--text) 50%, var(--background));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user