This commit is contained in:
Schmelczer András 2020-01-06 21:40:25 +01:00
parent f054546aa6
commit 48a55a4a97
51 changed files with 604 additions and 577 deletions

View file

@ -2,24 +2,4 @@
.content {
margin-top: $small-margin;
* {
margin-top: $line-height;
}
p {
text-align: left;
}
}
.image-container {
font-size: 0;
box-shadow: inset $shadow1, inset $shadow2;
pointer-events: none;
cursor: pointer;
img {
pointer-events: all;
position: relative;
z-index: -2;
}
}