responsive item

This commit is contained in:
2019-10-10 17:13:31 +02:00
parent 78c3a80a65
commit c28778eb23
5 changed files with 13 additions and 44 deletions
@@ -5,7 +5,7 @@
right: calc( -20% + 0.5rem);
top: 0;
transition: 0.3s right ease;
background: white;
background: #f9f9f9fe;
z-index: 999;
#icone_list{
z-index: 999;
@@ -147,7 +147,7 @@ body{
vertical-align: baseline!important;
}
#item{
width: calc( 500% + ( #{$marg} * 4) );
width: calc( 80vw + ( #{$marg} * 4) );
padding: 2rem;
margin-top: $marg;
border-radius: 5px;