convert $small padding -> $smaller padding

This commit is contained in:
geoffrey45
2022-02-12 10:13:33 +03:00
parent 25e6c5ce0c
commit 88e1d42ab5
12 changed files with 58 additions and 42 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="r-home rounded border">
<div class="r-home border">
<NowPlaying />
<Recommendations />
</div>
@@ -10,7 +10,7 @@
height: 100%;
width: 31rem;
background-color: $card-dark;
padding: $small;
padding: $smaller $small;
}
</style>