18 lines
223 B
SCSS
18 lines
223 B
SCSS
|
.interlinked-image {
|
||
|
background-color: #111;
|
||
|
|
||
|
.heading {
|
||
|
padding: var(--spacing-2);
|
||
|
}
|
||
|
|
||
|
.image {
|
||
|
border: 2px solid white;
|
||
|
display: block;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.source-link {
|
||
|
color: #f0f;
|
||
|
}
|
||
|
}
|