]> git.localhorst.tv Git - alttp.git/blob - sass/rounds.scss
add known bot
[alttp.git] / sass / rounds.scss
1 .rounds {
2         margin: 1rem 0;
3         padding: 0;
4
5         .round {
6                 margin: 1rem 0;
7                 border: thin solid $secondary;
8                 border-radius: 1ex;
9                 padding: 1ex;
10         }
11 }