mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
Fix style errors
This commit is contained in:
parent
79574f632e
commit
297ac04015
14 changed files with 20297 additions and 8 deletions
|
@ -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
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
{"Target":"styles/main.min.f8b13b78c6152f9e403f4b0ecd2b974d6c851afdf69ce7d04e9d78ed2882138c.css","MediaType":"text/css","Data":{"Integrity":"sha256-+LE7eMYVL55AP0sOzSuXTWyFGv32nOfQTp147SiCE4w="}}
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"styles/main.css","MediaType":"text/css","Data":{}}
|
|
@ -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" }}
|
||||||
|
|
Loading…
Reference in a new issue