mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
updated width of banner text; updated url and text
This commit is contained in:
parent
c851286d43
commit
b3e7c4809d
2 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,11 @@
|
||||||
font-size: units(3);
|
font-size: units(3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-alert__text.measure-none {
|
||||||
|
max-width: measure(none);
|
||||||
|
}
|
||||||
|
|
||||||
// The icon was off center for some reason
|
// The icon was off center for some reason
|
||||||
// Fixes that issue
|
// Fixes that issue
|
||||||
@media (min-width: 64em){
|
@media (min-width: 64em){
|
||||||
|
|
|
@ -65,8 +65,8 @@
|
||||||
<div class="usa-alert usa-alert--info">
|
<div class="usa-alert usa-alert--info">
|
||||||
<div class="usa-alert__body">
|
<div class="usa-alert__body">
|
||||||
<h4 class="usa-alert__heading">New domain requests are paused</h4>
|
<h4 class="usa-alert__heading">New domain requests are paused</h4>
|
||||||
<p class="usa-alert__text">
|
<p class="usa-alert__text measure-none">
|
||||||
This is the new registrar for managing .gov domains. Note that we’re 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>.
|
This is the new registrar for managing .gov domains. Note that we’re 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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue