Skip to content

Commit c57d8f7

Browse files
committed
padding tweak for rwd
1 parent 19572fc commit c57d8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GithubReleases/GithubReleases.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function getPlatformType(assetName: string): PlatformType {
120120

121121
<style lang="scss">
122122
.github-releases {
123-
padding: 1rem;
123+
padding-top: 1rem;
124124
background: var(--theme-card-bg);
125125
border-radius: 8px;
126126
}

0 commit comments

Comments
 (0)