summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/episode/episode.css
blob: 96806da365e0d87480b03e206bce8092fa5189f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.app > .episodeContainer {
  width: 100%;
  height: calc(100% - 3.125rem);
  overflow: scroll;
}

.episode-index {
  margin-top: 1rem;
}

.episodeContainer .formContainer h2 {
  color: #888;
  margin-top: 1.5rem;
  font-style: italic;
}