Fix style errors

This commit is contained in:
Hanzei 2018-07-11 09:55:47 +02:00
parent 79574f632e
commit 297ac04015
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0
14 changed files with 20297 additions and 8 deletions

View file

@ -7,6 +7,9 @@ body
color: $body-color color: $body-color
background-color: $background background-color: $background
html.modal-open
overflow: hidden
@keyframes fadeIn @keyframes fadeIn
from from
opacity: 0 opacity: 0
@ -108,6 +111,9 @@ hr
.no-padding .no-padding
padding: 0 padding: 0
.no-padding-top
padding-top: 0
.strong-post-title .strong-post-title
font-weight: $weight-bold font-weight: $weight-bold
@ -141,7 +147,7 @@ hr
text-transform: uppercase text-transform: uppercase
font-size: 14px font-size: 14px
a.navbar-item:hover:hover a.navbar-item:hover
color: $secondary color: $secondary
.expanding-menu .expanding-menu
@ -161,6 +167,9 @@ a.navbar-item:hover:hover
width: 2rem width: 2rem
margin: 0 10px margin: 0 10px
.fa
font-size: 21px
.footer-text .footer-text
font-size: 0.8em font-size: 0.8em
a a

View file

@ -1 +0,0 @@
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}

View file

@ -0,0 +1 @@
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}

View file

@ -1 +0,0 @@
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}

View file

@ -0,0 +1 @@
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}

View file

@ -1 +0,0 @@
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}

View file

@ -0,0 +1 @@
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}

View file

@ -31,7 +31,7 @@
</div> </div>
<!-- Done with Hero --> <!-- Done with Hero -->
<!-- Everything below fades in three! --> <!-- Everything below fades in three! -->
<div class="section {{ if .Site.Params.fadeIn | default true }}fade-in three{{ end }}"> <div class="section no-padding-top {{ if .Site.Params.fadeIn | default true }}fade-in three{{ end }}">
<!-- Tell them all about it! --> <!-- Tell them all about it! -->
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
{{ with .Site.GetPage "page" "about" }} {{ with .Site.GetPage "page" "about" }}