Fix UI os updates styles (#15780)

relates to #15733

small style tweaks to nudge preview on os updates page.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez 2023-12-21 11:17:29 -06:00 committed by GitHub
parent 72b0db50b6
commit 1d6ed55205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
- style tweaks to the nudge preview on OS updates page

View file

@ -7,6 +7,11 @@
max-width: 640px;
flex-grow: 1;
h2 {
font-size: $x-small;
margin: 0;
}
&__preview-img {
margin-top: $pad-xxlarge;
width: 100%;