mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
convert $small padding -> $smaller padding
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user