mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
17 lines
294 B
SCSS
17 lines
294 B
SCSS
.image-description {
|
|
margin-top: var(--padding-normal);
|
|
}
|
|
|
|
.image_sources {
|
|
display: grid;
|
|
grid-template-columns: var(--font-icon-size) auto;
|
|
gap: var(--padding-small);
|
|
}
|
|
|
|
.image_source__icon, .image_source__link {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.image_source__icon {
|
|
justify-self: center;
|
|
}
|