Add wallpaper to media

This commit is contained in:
Dennis Reimann
2021-08-19 15:38:13 +02:00
parent 3ec80d8f85
commit 4f60c09d8c
5 changed files with 24 additions and 18 deletions

View File

@@ -21,17 +21,6 @@
width: 21em;
}
& .font {
display: block;
margin: var(--space-m) 0;
font-size: var(--font-size-l);
color: inherit;
&:last-of-type {
margin-bottom: var(--space-xxl);
}
}
& .colors {
display: flex;
flex-wrap: wrap;
@@ -62,4 +51,14 @@
background: var(--color-interview);
}
}
& .wallpaper {
display: inline-block;
max-width: 21em;
& img {
display: block;
width: 100%;
}
}
}