This commit is contained in:
2019-10-13 19:16:33 +02:00
parent a36123b071
commit 80ff067b38
6 changed files with 116 additions and 11 deletions
@@ -147,7 +147,7 @@ body{
vertical-align: baseline!important;
}
#item{
width: calc( 80vw + ( #{$marg} * 4) );
width: calc( 80vw - ( #{$marg} * 6) );
padding: 2rem;
margin-top: $marg;
border-radius: 5px;
@@ -240,12 +240,10 @@ body{
}
}
#top{
width: 20px;
height: 20px;
background: red;
cursor: pointer;
position: absolute;
bottom: 0;
right: -3rem;
right: -1.5rem;
}
}
}