]> git.localhorst.tv Git - alttp.git/blob - events.scss
918e9bf80fd4e0bf826e1248507d5ab72a03b7a9
[alttp.git] / events.scss
1 .event-list {
2         list-style: none;
3         padding: 0;
4 }
5
6 .events-item {
7         background-size: 6rem auto;
8         background-repeat: no-repeat;
9         background-position: left bottom;
10
11         .event-pane {
12                 width: 10rem;
13         }
14 }