fix perched poule height

This commit is contained in:
Elisabeth Dickinson 2021-04-21 17:04:34 +02:00
parent dfe3847c56
commit 5643b44a03

View File

@ -128,7 +128,7 @@
height: calc(100% - 3rem);
}
@mixin o-easter-egg($width: 100%, $height: 30px, $img: 'img/poule.svg' ){
@mixin o-easter-egg($width: 100%, $height: 100%, $img: 'img/poule.svg' ){
position: relative;
// Easter Egg on hover 5s
&:after {