|
|
@ -170,6 +170,7 @@ nav { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
padding: 1.1em 0 1.1em 0; |
|
|
|
padding: 1.1em 0 1.1em 0; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
|
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
font-variant: normal; |
|
|
|
font-variant: normal; |
|
|
@ -330,11 +331,6 @@ nav { |
|
|
|
padding-top: 6em !important; |
|
|
|
padding-top: 6em !important; |
|
|
|
background-color: rgba($blue1, 0.1); |
|
|
|
background-color: rgba($blue1, 0.1); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div:nth-child(even) { |
|
|
|
|
|
|
|
background-color: $neutral1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.downCircle { |
|
|
|
.downCircle { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
fill: rgba($blue1, 0.1); |
|
|
|
fill: rgba($blue1, 0.1); |
|
|
@ -452,6 +448,11 @@ nav { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#bannerContent > div:nth-child(even) { |
|
|
|
|
|
|
|
background-color: $neutral1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#postContent { |
|
|
|
#postContent { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
|
|