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
Prev Previous commit
Next Next commit
Change margin to be on title to avoid gaps on mobile-lg
  • Loading branch information
partly-igor committed Jan 10, 2025
commit 85b5cc90da214b7449b1d6af5e862cfda45f50cd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{# 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 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-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">
<span class="margin-right-0 mobile-lg:margin-right-2 desktop:margin-right-0"> {{ "weather-story.heading.from-forecaster.01" | t }} </span>
<span class="display-flex flex-align-center bg-gold-10v text-black text-uppercase padding-y-05 padding-left-1 padding-right-105 margin-top-bottom-105 mobile-lg:margin-top-0 desktop:margin-top-105 font-sans-xs radius-md 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