blabla article card title_image and animated gif with imagemagick
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
$base_font_size:16px;
|
||||
|
||||
// card-big (430x240)
|
||||
// card-full (425x610)
|
||||
// card-medium (210x295)
|
||||
// card-small (100x140)
|
||||
|
||||
$column_width: 210px;
|
||||
$column_goutiere: 15px;
|
||||
|
||||
$card_height: 295px;
|
||||
|
@ -547,7 +547,7 @@ article.node--type-frontpage{
|
||||
article.card{
|
||||
position: relative;
|
||||
box-shadow: 0 0 5px rgba(0,0,0,0.2);
|
||||
width:$column_width; height:295px;
|
||||
width:$column_width*2 + $column_goutiere; height:$card_height;
|
||||
// &.card-small{
|
||||
// width:100px; height:140px;
|
||||
// }
|
||||
|
Reference in New Issue
Block a user