Skip to content

Commit

Permalink
NA - Fix padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 13, 2024
1 parent c9050ef commit c495e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/configuration-result.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ body.configuration-result .spec-container {
}

@media (width >= 600px) {
body.configuration-result .section > div {
padding: 0 32px;
}

body.configuration-result header .wrapper {
height: 70px;
}
Expand Down

0 comments on commit c495e57

Please sign in to comment.