Skip to content

Commit

Permalink
NA - Minor layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 13, 2024
1 parent 1c9e712 commit 617d7a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions styles/configuration-result.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ body.configuration-result .spec-container {
}

/* Engine Specs */
body.configuration-result .engine-spec-container {}

body.configuration-result .engine-spec-container table {}

body.configuration-result .engine-spec-container table tr {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -256,6 +252,16 @@ body.configuration-result .engine-spec-container table tr td:last-child {
margin: 40px 0;
}

body.configuration-result .blocks .sub-group h3 {
border-top: 1px solid var(--midnight-blue-color);
padding-top: 20px;
margin-top: 35px;
}

body.configuration-result .blocks .sub-group img {
margin-top: 30px;
}

/* top left */
body.configuration-result .default-content-wrapper > div > :nth-child(4n+1 of .block) {
clear: both;
Expand Down Expand Up @@ -305,12 +311,6 @@ body.configuration-result .engine-spec-container table tr td:last-child {
margin-top: 60px;
}

body.configuration-result .blocks .sub-group h3 {
border-top: 1px solid var(--midnight-blue-color);
padding-top: 20px;
margin-top: 35px;
}

body.configuration-result .blocks h2 {
font-size: 38px;
}
Expand Down

0 comments on commit 617d7a6

Please sign in to comment.