Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Mar 26, 2020
1 parent 028b871 commit f1ac59c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -815,13 +815,28 @@ body {
.result-details h1{
font-size: 1.5em;
}
.result-details h2 {

.result-details h2 {
font-size: 1.3em;
}
.result-details h3, .result-details h4, .result-details h5 {

.result-details h3, .result-details h4, .result-details h5 {
font-size: 1.1em;
}
.more-information {

.result-details-message p {
margin-bottom: 0.25em;
}

.result-details-message ul {
padding-left: 1em;
}

.result-details-optional-fail {
margin-top: 0.5em;
}

.more-information {
padding: 10px;
}

Expand Down

0 comments on commit f1ac59c

Please sign in to comment.