Skip to content

Commit

Permalink
Patch font formatting on the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Apr 28, 2024
1 parent dd3b71b commit af4d906
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/css/jameshoward.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,30 @@ figure {

.jh-copyright {
text-align: center;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
font-weight: bold;
}

.basu-howard-banner {
display: flex;
justify-content: center;
align-items: center;
}

.basu-howard-text {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
font-weight: bold;
}
}

@media (min-width: 768px) {
.jh-copyright {
text-align: right;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
font-weight: bold;
}

.basu-howard-banner {
Expand All @@ -113,6 +125,9 @@ figure {
.basu-howard-text {
display: inline-block;
vertical-align: bottom;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
font-weight: bold;
}
}

Expand Down

0 comments on commit af4d906

Please sign in to comment.