X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fepisodes.scss;h=d4d686b6950241615b10a587686f26e3517d63bb;hb=638802eaf20d636c16d7ce337ace508708705f2c;hp=3e801d44e1452604b813f88550d714fd8092d944;hpb=ed531959edb865805c828f2c318146c43f6e581b;p=alttp.git diff --git a/resources/sass/episodes.scss b/resources/sass/episodes.scss index 3e801d4..d4d686b 100644 --- a/resources/sass/episodes.scss +++ b/resources/sass/episodes.scss @@ -7,6 +7,15 @@ .episode-start { width: 4rem; } + .episode-channel-links > * { + margin: 0.5ex 0; + &:first-child { + margin-top: 0; + } + &:last-child { + margin-bottom: 0; + } + } .episode-players { display: grid; grid-template-columns: 1fr 1fr;