X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Ftechniques.scss;h=19dcf417be16f743721df2aa4624f7e3335efd31;hb=6b75ddb40eedcdf1b27e82b94b6f0fa7a4af0547;hp=c4fa505032ceb4333c7391b85b3b482cbac4f272;hpb=7e8555cfc96dcd364ca4fe9895e51af1bb04b546;p=alttp.git diff --git a/resources/sass/techniques.scss b/resources/sass/techniques.scss index c4fa505..19dcf41 100644 --- a/resources/sass/techniques.scss +++ b/resources/sass/techniques.scss @@ -1,3 +1,19 @@ +.tech-list { + margin: 1em 0; + padding: 0; + list-style: none; + + li { + margin: 1ex 0; + padding: 1ex; + border-top: thin solid silver; + } + + h2 > a { + text-decoration: none; + } +} + .tech-outline { float: right; }