From 4ff9742dc9760462da77eb416c38d3dfb2be8328 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 12 Jun 2016 17:06:42 -0700 Subject: [PATCH] tweak css --- sass/custom/_paulus.scss | 41 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 6efc4c17a18..41fe4e7b22c 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -74,31 +74,24 @@ .blog-date { white-space: nowrap; } -} -.supported-brands { - text-align: center; - img { - border: none !important; - box-shadow: none !important; - max-height: 50px; - max-width: 140px; - margin: 10px; - vertical-align: middle; + .supported-brands { + text-align: center; + + a { + text-decoration: none; + } + + img { + border: none !important; + box-shadow: none !important; + max-height: 50px; + max-width: 140px; + margin: 10px; + vertical-align: middle; + } } -} -.brand { - border: none !important; - box-shadow: none !important; - max-height: 50px; - max-width: 200px; - margin: 10px; - - &.overview { - max-width: 100px; - vertical-align: middle; - } } // https://fortawesome.github.io/Font-Awesome/3.2.1/icons/ @@ -202,10 +195,6 @@ article.post, article.page, article.listing { text-decoration: none; } } - - .frontpage a { - text-decoration: none; - } } p.note {