Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="usa-logo__text display-flex font-sans-sm line-height-sans-4 tablet:width-tablet">
<a href="{{site.baseurl}}/" title="FPC - Federal Privacy Council" class="display-inline-flex flex-row flex-align-center">
<img class="width-10" alt="logo: Federal Privacy Council (FPC)" src="{{site.baseurl}}/assets/img/logo-main.png">
<span class="margin-left-2 text-normal line-height-sans-6 margin-top-05">
<span class="margin-left-2 text-normal line-height-sans-6 margin-top-05 font-size-102rem">
<em>Protecting Privacy.<br>Promoting Trust in Government.</em>
</span>
</a>
Expand Down
3 changes: 3 additions & 0 deletions assets/css/main-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -676,3 +676,6 @@ abbr{
.font-size-145rem{
font-size: 1.45rem;
}
.font-size-102rem{
font-size: 1.02rem;
}