From 27ee8d49b9800a3ab24078d9c0bb86ae82b66e9e Mon Sep 17 00:00:00 2001 From: Andy Tudhope Date: Fri, 26 Oct 2018 00:09:31 +0200 Subject: [PATCH] https://www.youtube.com/watch?v=Aj1yRb5wE60 --- themes/navy/source/css/_partial/main.styl | 28 +++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/themes/navy/source/css/_partial/main.styl b/themes/navy/source/css/_partial/main.styl index 5ba0065..d5e1c6c 100644 --- a/themes/navy/source/css/_partial/main.styl +++ b/themes/navy/source/css/_partial/main.styl @@ -782,18 +782,22 @@ body justify-content: flex-start text-align: left -.intro { - -webkit-box-orient: vertical; - -moz-box-orient: vertical; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - padding: 120px 0 64px; - color: #000; - text-align: left; - max-width: 1200px; - width: 100%; -} +.intro + -webkit-box-orient: vertical + -moz-box-orient: vertical + -webkit-flex-direction: column + -ms-flex-direction: column + flex-direction: column + padding: 120px 0 64px + color: #000 + text-align: left + max-width: 1200px + width: 100% + a + text-decoration: none + color: incubate + &:hover + opacity: 0.7 .intro .button { width: 278px;