1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.app > .venueContainer { width: 100%; height: calc(100% - 3.125rem); overflow: scroll; } .venue-index { margin-top: 1rem; } .venue-list div { margin-bottom: 1rem; } .venue-list div a { display: block; margin-bottom: 0.25rem; } .venueContainer textarea[name="credits"] { width: 30rem; height: 20rem; }