Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust layout and margin on under dev badge for weather stories #2209

Merged
merged 4 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
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
Next Next commit
Adjust layout and margin on under dev badge for weather stories
  • Loading branch information
partly-igor committed Jan 10, 2025
commit ea76a775b9f0d19b75eb963e0ab14027fe5dd4dc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="wx-weather-story-wrapper">
{# Top section with text #}
<div class="margin-bottom-2">
<h3 class="wx-visual-h2 text-normal text-primary-darker margin-top-3 margin-bottom-2">
<h3 class="wx-visual-h2 text-normal text-primary-darker margin-top-3 margin-bottom-2 mobile-lg:display-flex flex-wrap">
{{ "weather-story.heading.from-forecaster.01" | t }}
<span class="display-flex flex-align-center bg-gold-10v text-black text-uppercase padding-y-05 padding-left-1 padding-right-105 font-sans-xs radius-md margin-left-1 margin-top-105 tablet:margin-top-0">
<span class="display-flex flex-align-center bg-gold-10v text-black text-uppercase padding-y-05 padding-left-1 padding-right-105 font-sans-xs radius-md margin-top-105 mobile-lg:margin-top-0 desktop:margin-top-105 mobile-lg:margin-left-2 desktop:margin-left-0 border-1px border-base-light">
<svg
class="usa-icon height-205 width-205 margin-right-05 text-top margin-bottom-2px"
aria-hidden="true"
Expand Down
Loading