mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +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
|
||||
background-color: $background
|
||||
|
||||
html.modal-open
|
||||
overflow: hidden
|
||||
|
||||
@keyframes fadeIn
|
||||
from
|
||||
opacity: 0
|
||||
|
@ -108,6 +111,9 @@ hr
|
|||
.no-padding
|
||||
padding: 0
|
||||
|
||||
.no-padding-top
|
||||
padding-top: 0
|
||||
|
||||
.strong-post-title
|
||||
font-weight: $weight-bold
|
||||
|
||||
|
@ -141,7 +147,7 @@ hr
|
|||
text-transform: uppercase
|
||||
font-size: 14px
|
||||
|
||||
a.navbar-item:hover:hover
|
||||
a.navbar-item:hover
|
||||
color: $secondary
|
||||
|
||||
.expanding-menu
|
||||
|
@ -161,6 +167,9 @@ a.navbar-item:hover:hover
|
|||
width: 2rem
|
||||
margin: 0 10px
|
||||
|
||||
.fa
|
||||
font-size: 21px
|
||||
|
||||
.footer-text
|
||||
font-size: 0.8em
|
||||
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>
|
||||
<!-- Done with Hero -->
|
||||
<!-- 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! -->
|
||||
{{ partial "nav.html" . }}
|
||||
{{ with .Site.GetPage "page" "about" }}
|
||||
|
|
Loading…
Reference in a new issue