Add placeholder images

This commit is contained in:
Andras Schmelczer 2022-09-21 23:16:10 +02:00
parent 593e75a5d3
commit 3649a033b0
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 35 additions and 39 deletions

View file

@ -15,12 +15,12 @@
$img-size: 125px;
h1,
img,
.image,
.placeholder {
@include title-font();
}
img {
.image {
@include square($img-size);
border-radius: 100%;
cursor: pointer;
@ -50,7 +50,7 @@
position: relative;
border-radius: var(--border-radius);
img {
.image {
@include square($img-size);
position: absolute;
left: 0;