reduce card spacing

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-02-06 11:50:58 +01:00
committed by Julius Härtl
parent 2fc20723c2
commit 99c9bac05c

View File

@@ -217,8 +217,8 @@ export default {
</script>
<style lang="scss" scoped>
$card-spacing: 20px;
$card-padding: 15px;
$card-spacing: 10px;
$card-padding: 10px;
.fade-enter-active, .fade-leave-active {
transition: opacity .125s;