Skip to content

Commit

Permalink
Merge pull request #6 from matthandus/bug/Image-Skew
Browse files Browse the repository at this point in the history
Add image fluid style.
  • Loading branch information
matthandus authored Mar 24, 2021
2 parents 1950e17 + 85418eb commit b73348d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/civics/assets/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/themes/custom/civics/assets/css/styles.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ i.e.
@include u-padding-right('05');
----------------------------------------
*/
.img-fluid {
max-width: 100%;
height: auto;
}

.usa-navbar {
height: auto;

Expand Down

0 comments on commit b73348d

Please sign in to comment.