add flicity

This commit is contained in:
2020-07-14 21:38:52 +02:00
parent 82f7d7d6b6
commit b6b1dafd78
40 changed files with 847 additions and 312 deletions
@@ -9,7 +9,7 @@
.__slide{
.thumbnails{
margin: 1rem 0;
margin: 1rem 0.5rem;
max-width: 300px;
height: auto;
width: calc(100% / 5 );
@@ -20,7 +20,7 @@
&:hover{
transform: scale(1.05);
transition: 0.3s all ease;
box-shadow: 0px 0px 3px 3px blue;
box-shadow: 0px 0px 13px 0px $color2;
}
& > .__wrap{
padding: 1rem;