add lazyload

This commit is contained in:
2019-09-27 17:22:14 +02:00
parent b857814072
commit 8a48a6ac0f
10 changed files with 369 additions and 342 deletions
@@ -41,7 +41,7 @@ body{
}
a{
display: block;
border-radius: 15px;
border-radius: 5px;
overflow: auto;
img{
filter: grayscale(1);
@@ -53,6 +53,8 @@ body{
padding: $marg;
flex-wrap: wrap;
display: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
& > *{
font-size: 0.8rem;
line-height: 1rem;
@@ -70,17 +72,18 @@ body{
.card-header{
display: inline-flex;
position: absolute;
transform: translateY(-100%);
// transform: translateY(-100%);
bottom: 0;
}
}
&:last-of-type{
vertical-align: baseline!important;
}
#item{
width: calc( 500% + ( #{$marg} * 5) );
width: calc( 500% + ( #{$marg} * 4) );
padding: 2rem;
margin-top: $marg;
border-radius: 15px;
border-radius: 5px;
.content-title{
margin: 0 auto 0 auto;
display: flex;