Skip to content

Commit

Permalink
Website/responsive banner header text tweak (#1036)
Browse files Browse the repository at this point in the history
* add responsive tweak to widen banner header text on mobile

* tweak responsive width of home page banner text
  • Loading branch information
thescientist13 authored Dec 19, 2022
1 parent d6d5230 commit a5a4403
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions www/components/banner/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@

& h3 {
padding: 10px 0;
max-width: 50%;
margin: 0 auto;
max-width: 70%;
margin: 0 auto 10px;
color: #201e2e;

@media (min-width: 768px) {
max-width: 50%;
margin: 0 auto;
}
}

& img {
Expand Down

0 comments on commit a5a4403

Please sign in to comment.