2016-07-31 12:18:46 +02:00
|
|
|
$marginBottom: 30px;
|
|
|
|
$artMarginBottom: 10px;
|
|
|
|
|
2016-07-29 23:57:21 +02:00
|
|
|
.placeholders {
|
2016-07-31 12:18:46 +02:00
|
|
|
margin-bottom: $marginBottom;
|
2016-07-29 23:57:21 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art {
|
|
|
|
display: inline-block;
|
2016-07-31 12:18:46 +02:00
|
|
|
margin-bottom: $artMarginBottom;
|
2016-07-29 23:57:21 +02:00
|
|
|
width: 75%;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
/* doiuse-disable viewport-units */
|
|
|
|
|
|
|
|
max-width: 25vw;
|
|
|
|
|
|
|
|
/* doiuse-enable viewport-units */
|
|
|
|
}
|
|
|
|
|
|
|
|
.art:hover {
|
|
|
|
transform: scale(1.1);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|