fix thumb

This commit is contained in:
Tessier
2020-11-11 19:53:05 +01:00
parent 65e37927b7
commit 4e805776ed
3 changed files with 19 additions and 17 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,14 +1,6 @@
// thumbnails global // thumbnails global
section{ section{
& > div:not(.__slide){
article.thumbnails.programme{ article.thumbnails.programme{
a{
display: block;
width: 100%;
height: 100%;
background: white;
@include shadow;
}
.__content{ .__content{
span{ span{
color: $color2; color: $color2;
@@ -21,6 +13,16 @@ section{
} }
} }
} }
& > div:not(.__slide){
article.thumbnails.programme{
a{
display: block;
width: 100%;
height: 100%;
background: white;
@include shadow;
}
}
} }
} }