Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
starportx committed Nov 11, 2024
1 parent b389c69 commit 8e0e229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ header .intro-text {
header .intro-text .intro-lead-in {
margin-bottom: 25px;
font-family: {{ site.data.template.font.secondary }};
font-size: 20px;
font-size: 16px;
font-style: italic;
line-height: 20px;
line-height: 16px;
}

header .intro-text .intro-heading {
Expand All @@ -309,9 +309,9 @@ header .intro-text .intro-heading {
header .intro-text .intro-lead-in {
margin-bottom: 25px;
font-family: {{ site.data.template.font.secondary }};
font-size: 36px;
font-size: 32px;
font-style: italic;
line-height: 36px;
line-height: 32px;
}

header .intro-text .intro-heading {
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% endfor %}
</ul>
</div>
<div class="col-md-10">
<div class="col-md-8">
<span class="copyright">Powered by Jekyll</span>
</div>
<!--
Expand Down

0 comments on commit 8e0e229

Please sign in to comment.