X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/e33de5b5936c55753ed7af72df05bf78515cfff0..cc3b83aaa4d3e1008219bf331753431f71b63c9b:/content/media/css/base.scss diff --git a/content/media/css/base.scss b/content/media/css/base.scss index 8bac975..4d30ad2 100644 --- a/content/media/css/base.scss +++ b/content/media/css/base.scss @@ -71,11 +71,6 @@ header { float: right; text-align: right; } - - .author { - font-size: 1rem; - font-weight: normal; - } } nav { @@ -105,26 +100,32 @@ section.home-section { } } - a.list-item { - padding: .25em .5em .25em .5em; - position:relative; - font-size: 1.2rem; - - @media screen and (min-width: 20em) { - padding-left: 2.7rem; - font-size: 1.3rem; - - &:before { - content: '\bb'; - position: absolute; - left: 1rem; + .link-list { + list-style: none; + margin: 0; + padding: 0; + + li { + margin: 0; + padding: 0; + + a { + padding: .25em .5em .25em .5em; + position:relative; + font-size: 1.2rem; + + @media screen and (min-width: 20em) { + padding-left: 2.7rem; + font-size: 1.3rem; + + &:before { + content: '\bb'; + position: absolute; + left: 1rem; + } + } } } - - .author { - display: block; - font-size: 1rem; - } } } #tools {