Skip to content

Commit

Permalink
add divider between content and meta
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Mar 29, 2024
1 parent ca60244 commit 1297123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/tv/[show]/[episode].vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ useSchemaOrg([
<BaseText :content="episode.video_transcript_html" color="foreground" />
</div>
</div>
<BaseDivider class="hide-desktop" />
<div class="links">
<NuxtLink :to="`/tv/${route.params.show}`" class="show">
<img :src="`${tvUrl}/assets/${episode.season.show.tile}?width=600`" :alt="episode.season.show.title" />
Expand Down Expand Up @@ -393,6 +394,9 @@ iframe {
}
@media (width > 60rem) {
.hide-desktop {
display: none;
}
.meta {
grid-template-columns: auto 300px;
gap: 4rem;
Expand Down

0 comments on commit 1297123

Please sign in to comment.