Added fallback fonts to footer copyright.

This commit is contained in:
Sam Marder 2017-06-17 07:47:16 -04:00
commit bc2211eeb1
No known key found for this signature in database
GPG key ID: 6FF02DB2D522E51A

View file

@ -132,7 +132,7 @@ img {
padding-top: 0;
-webkit-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 {
height: 50px;
@ -198,14 +198,14 @@ img {
width: 100px;
margin-top: -50px;
}
.navbar-custom .avatar-container .avatar-img-border {
width: 100%;
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);
}
.navbar-custom .avatar-container .avatar-img {
width: 100%;
}
@ -243,7 +243,7 @@ img {
@media only screen and (min-width: 768px) {
.navbar-custom .nav .navlinks-container {
text-align: center;
}
}
.navbar-custom .nav .navlinks-container:hover {
background: #eee;
}
@ -279,7 +279,7 @@ footer .list-inline {
padding: 0;
}
footer .copyright {
font-family: Open Sans;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center;
margin-bottom: 0;
}
@ -299,7 +299,7 @@ footer .theme-by {
font-size: 16px;
}
}
/* --- Post preview --- */
.post-preview {
@ -422,7 +422,7 @@ footer .theme-by {
height: 100px;
width: 100px;
}
.post-image {
width: 100%;
text-align: center;
@ -517,11 +517,11 @@ footer .theme-by {
}
.intro-header.big-img {
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 .post-heading {
padding: 150px 0;
}
}
.intro-header .page-heading h1 {
font-size: 80px;
}
@ -558,9 +558,9 @@ footer .theme-by {
}
.header-section.has-img .big-img {
margin-bottom: 0;
}
}
@media only screen and (max-width: 325px) {
}
}
@media only screen and (max-width: 325px) {
.intro-header.big-img {
height: 200px;
}