This commit is contained in:
Joseph Hutchinson
2018-03-28 16:32:44 -04:00
parent 74b73473b3
commit fc6aba20f1
3 changed files with 6 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
</section> </section>
</main> </main>
</div> </div>
</body>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
{{ partial "scripts.html" . }} {{ partial "scripts.html" . }}
</body>
</html> </html>

View File

@@ -17,12 +17,12 @@
{{ end }} {{ end }}
{{ .Content }} {{ .Content }}
</article> </article>
<hr />
<!-- <!--
If you're going to use DISQUS comments, insert code here. If you're going to use DISQUS comments, insert code here.
--> -->
</main> </main>
</div> </div>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }} {{ partial "scripts.html" . }}
</body> </body>
</html> </html>

View File

@@ -21,8 +21,8 @@ strong {
padding: 0.45em 0; padding: 0.45em 0;
text-align: center; text-align: center;
background-color: rgba(255, 255, 255, 0.97); background-color: rgba(255, 255, 255, 0.97);
-webkit-backdrop-filter: blur(0.5em); -webkit-backdrop-filter: blur(0.05em);
box-shadow: 0 0.3em 1.5em 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0.1em 2em 0 rgba(0, 0, 0, 0.08);
} }
.nav-header { .nav-header {
margin: 0 0; margin: 0 0;
@@ -46,12 +46,6 @@ strong {
} }
.post-figure { .post-figure {
margin: 1.5em 0; margin: 1.5em 0;
opacity: 0;
animation: fadein 0.3s ease-out 0.2s forwards;
}
@keyframes fadein {
from { opacity: 0;}
to { opacity: 1;}
} }
.post > p:first-of-type::first-letter { .post > p:first-of-type::first-letter {
font-family: 'LatoLatinWebHeavyItalic'; font-family: 'LatoLatinWebHeavyItalic';