diff --git a/src/components/Movie.vue b/src/components/Movie.vue index d435465..9cec538 100644 --- a/src/components/Movie.vue +++ b/src/components/Movie.vue @@ -482,4 +482,24 @@ export default { } } } + +.issueForm { + // padding: 40px; + + .issueOptions { + margin-top: 1rem; + } + + .seasonOptions { + margin-top: 2rem; + + h2 { + margin-bottom: 1rem; + } + + > :not(h2) { + margin-left: 1rem; + } + } +}