Skip to content

Commit

Permalink
desktop: to tablet: and replace padding class with custom widescreen …
Browse files Browse the repository at this point in the history
…class to accommodate custom padding specs
  • Loading branch information
CocoByte committed Dec 18, 2024
1 parent 55fbbb3 commit 79bc710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<section class="usa-banner" aria-label="Official website of the United States government">
<div class="usa-accordion">
<header class="usa-banner__header">
<div class="usa-banner__inner usa-banner__inner--widescreen desktop:padding-right-6 desktop:padding-left-6">
<div class="usa-banner__inner usa-banner__inner--widescreen tablet:padding-left--widescreen tablet:padding-right--widescreen">
<div class="grid-col-auto">
<img class="usa-banner__header-flag" src="{% static 'img/us_flag_small.png' %}" alt="U.S. flag" />
</div>
Expand Down

0 comments on commit 79bc710

Please sign in to comment.