Added fallback fonts to footer copyright. (#216)

This commit is contained in:
Sam Marder 2017-06-17 12:20:47 -04:00 committed by Dean Attali
parent c755467b55
commit acb409a386

View File

@ -125,7 +125,7 @@ img {
padding-top: 0; padding-top: 0;
-webkit-transition: padding .5s ease-in-out; -webkit-transition: padding .5s ease-in-out;
-moz-transition: padding .5s ease-in-out; -moz-transition: padding .5s ease-in-out;
transition: padding .5s ease-in-out; transition: padding .5s ease-in-out;
} }
.navbar-custom .navbar-brand-logo img { .navbar-custom .navbar-brand-logo img {
height: 50px; height: 50px;
@ -191,14 +191,14 @@ img {
width: 100px; width: 100px;
margin-top: -50px; margin-top: -50px;
} }
.navbar-custom .avatar-container .avatar-img-border { .navbar-custom .avatar-container .avatar-img-border {
width: 100%; width: 100%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
} }
.navbar-custom .avatar-container .avatar-img { .navbar-custom .avatar-container .avatar-img {
width: 100%; width: 100%;
} }
@ -236,7 +236,7 @@ img {
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.navbar-custom .nav .navlinks-container { .navbar-custom .nav .navlinks-container {
text-align: center; text-align: center;
} }
.navbar-custom .nav .navlinks-container:hover { .navbar-custom .nav .navlinks-container:hover {
background: #eee; background: #eee;
} }
@ -272,7 +272,7 @@ footer .list-inline {
padding: 0; padding: 0;
} }
footer .copyright { footer .copyright {
font-family: Open Sans; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center; text-align: center;
margin-bottom: 0; margin-bottom: 0;
} }
@ -292,7 +292,7 @@ footer .theme-by {
font-size: 16px; font-size: 16px;
} }
} }
/* --- Post preview --- */ /* --- Post preview --- */
.post-preview { .post-preview {
@ -409,7 +409,7 @@ footer .theme-by {
height: 100px; height: 100px;
width: 100px; width: 100px;
} }
.post-image { .post-image {
width: 100%; width: 100%;
text-align: center; text-align: center;
@ -504,11 +504,11 @@ footer .theme-by {
} }
.intro-header.big-img { .intro-header.big-img {
margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */ margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */
} }
.intro-header.big-img .page-heading, .intro-header.big-img .page-heading,
.intro-header.big-img .post-heading { .intro-header.big-img .post-heading {
padding: 150px 0; padding: 150px 0;
} }
.intro-header .page-heading h1 { .intro-header .page-heading h1 {
font-size: 80px; font-size: 80px;
} }
@ -545,9 +545,9 @@ footer .theme-by {
} }
.header-section.has-img .big-img { .header-section.has-img .big-img {
margin-bottom: 0; margin-bottom: 0;
} }
} }
@media only screen and (max-width: 325px) { @media only screen and (max-width: 325px) {
.intro-header.big-img { .intro-header.big-img {
height: 200px; height: 200px;
} }