updated width of banner text; updated url and text

This commit is contained in:
David Kennedy 2023-11-07 12:52:10 -05:00
parent c851286d43
commit b3e7c4809d
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,11 @@
font-size: units(3);
}
}
.usa-alert__text.measure-none {
max-width: measure(none);
}
// The icon was off center for some reason
// Fixes that issue
@media (min-width: 64em){

View file

@ -65,8 +65,8 @@
<div class="usa-alert usa-alert--info">
<div class="usa-alert__body">
<h4 class="usa-alert__heading">New domain requests are paused</h4>
<p class="usa-alert__text">
This is the new registrar for managing .gov domains. Note that were not accepting requests for new .gov domains until January 2024. Follow all .gov updates at <a href="https://get.gov/updates/" class="usa-link">https://get.gov/updates/</a>.
<p class="usa-alert__text measure-none">
This is the new registrar for managing .gov domains. Note that were not accepting requests for new .gov domains until January 2024. Follow .gov updates at <a href="https://get.gov/updates/" class="usa-link">get.gov/updates/</a>.
</p>
</div>
</div>