Skip to content

Commit

Permalink
NA - Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 18, 2024
1 parent 6a855f1 commit 48f9300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions styles/configuration-result.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body.configuration-result .default-content-wrapper {
padding-bottom: 160px;
body.configuration-result .section > div {
padding-bottom: 100px;
}

body.configuration-result header {
Expand Down Expand Up @@ -162,7 +162,7 @@ body.configuration-result .engine-spec-container table tr td:last-child {

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

body.configuration-result h2 {
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ a.button:any-link, button {
cursor: pointer;
color: #000048;
background-color: #11C7CC;
margin: 16px 0;
margin: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 48f9300

Please sign in to comment.