Header tweaks

This commit is contained in:
Joseph Hutchinson
2018-03-27 15:34:24 -04:00
parent 3890b12a6c
commit 9df0661610

View File

@@ -20,13 +20,12 @@ strong {
width: 100%; width: 100%;
padding: 0.45em 0; padding: 0.45em 0;
text-align: center; text-align: center;
background-color: rgba(255, 255, 255, 0.98); background-color: rgba(255, 255, 255, 0.97);
backdrop-filter: blur(1.5em); box-shadow: 0 0 0.35em 0 rgba(0, 0, 0, 0.07);
-webkit-backdrop-filter: blur(1.5em);
box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.05);
} }
.nav-header { .nav-header {
margin: 0 0; margin: 0 0;
font-family: 'LatoLatinWebHeavyItalic';
} }
.post { .post {
line-height: 1.5; line-height: 1.5;