fix: spacing
This commit is contained in:
parent
3917915d50
commit
48d27c8ca9
6 changed files with 15 additions and 11 deletions
|
@ -16,11 +16,11 @@ schema: music
|
|||
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-artist-charts", text: "I also have a feed of weekly artist charts I generate from this data" %}
|
||||
<hr class="large-spacing" />
|
||||
<div class="section-header-wrapper">
|
||||
<h2 id="artists" class="section-header reduced-margin flex-centered">
|
||||
<h2 id="artists" class="section-header no-top-margin flex-centered">
|
||||
{% tablericon "microphone-2" "Artists" %}
|
||||
Artists
|
||||
</h2>
|
||||
<div class="section-header-buttons reduced-margin client-side">
|
||||
<div class="section-header-buttons no-top-margin client-side">
|
||||
<button class="small active" data-toggle="artists-window">This week</button>
|
||||
<button class="small secondary" data-toggle="artists-month">This month</button>
|
||||
<button class="small secondary" data-toggle="artists-three-months">3 months</button>
|
||||
|
|
|
@ -12,7 +12,7 @@ schema: watching
|
|||
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-movies", text: "Subscribe to my movies feed or follow along on this page" %}
|
||||
<hr class="large-spacing" />
|
||||
<a class="link-icon flex-centered" href="/recent/movies">
|
||||
<h2 id="movies" class="section-header reduced-margin flex-centered">
|
||||
<h2 id="movies" class="section-header no-top-margin flex-centered">
|
||||
{% tablericon "movie" "Recent movies" %}
|
||||
Recent movies
|
||||
</h2>
|
||||
|
|
Reference in a new issue