Put a white screen behind text overlaying the image

@TODO figure out if we can/should remove this when there is not an image.
This commit is contained in:
Benjamin Melançon 2019-08-31 11:37:21 -04:00
parent adcfd578a9
commit 14a0d805a5

View file

@ -69,3 +69,9 @@
text-align: right; text-align: right;
} }
} }
.title span {
background-color: rgba($offwhite, 0.66);
padding: 0.2em;
border-radius: 0.3em;
}