desktop: to tablet: and replace padding class with custom widescreen class to accommodate custom padding specs

This commit is contained in:
CocoByte 2024-12-18 16:59:26 -07:00
parent 55fbbb355b
commit 79bc7102e1
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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>