Skip to content

Commit

Permalink
About dialog: No need to use desktop heading sizes
Browse files Browse the repository at this point in the history
Reduce size of dialog title and its margins since we do not want
the heading to be so big and prominent that we end up to overshadow
the content and worst, be required to scroll (often when using
landscape view)

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: Id6414ecb6beac00bccf2345d2c244ddb9582a67b
  • Loading branch information
pedropintosilva committed Dec 1, 2021
1 parent 60342fc commit 6b2e1a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/css/device-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -847,3 +847,7 @@ div#fontstyletoolbox + div#style.mobile-wizard {
background-size: 68%;
}

#product-name {
margin: 2px;
font-size: 29px;
}

0 comments on commit 6b2e1a7

Please sign in to comment.