Skip to content

Commit

Permalink
Mobile header (#1914)
Browse files Browse the repository at this point in the history
* Fixes #1574

* Change Alt Text for Delegate Icon on Credit page

* changed toolkit banner font to 400

* change margins for mobile screen
  • Loading branch information
Abel-Zambrano authored Jul 11, 2021
1 parent e688d0e commit 23f29d2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion _sass/components/_program-areas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@
flex-direction: column;
margin-right: 5rem;

@media #{$bp-below-desktop} {
margin-bottom: 1.625rem;
}

h1 {
margin-top: 2.25rem;
margin-bottom: 3.125rem;

@media #{$bp-below-desktop} {
margin-top: 2rem;
}
}
}

Expand Down Expand Up @@ -55,6 +63,11 @@
.program-areas-hero-svg {
width: auto;
height: 240px;

@media #{$bp-below-desktop} {
height: auto;
max-width: 16rem;
}
}

@media(max-width: 850px) {
Expand All @@ -65,7 +78,7 @@
margin-right: 0;

h1 {
margin-bottom: 0.4rem;
margin-bottom: 1rem;
}
}

Expand Down

0 comments on commit 23f29d2

Please sign in to comment.