]> git.localhorst.tv Git - alttp.git/blob - resources/sass/techniques.scss
add tech index
[alttp.git] / resources / sass / techniques.scss
1 .tech-list {
2         margin: 1em 0;
3         padding: 0;
4         list-style: none;
5
6         li {
7                 margin: 1ex 0;
8                 padding: 1ex;
9                 border-top: thin solid silver;
10         }
11
12         h2 > a {
13                 text-decoration: none;
14         }
15 }
16
17 .tech-outline {
18         float: right;
19 }