Skip to content

Commit 7d20413

Browse files
Changed styling
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent f0e6a47 commit 7d20413

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

css/styles.css

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
body {
2-
margin: 20px;
2+
padding: 20px 40px;
33
}
44

55
textarea {
66
margin-bottom: 10px;
77
}
88

9-
#auto-generation,
9+
.auto-generation,
1010
.exemptions {
1111
border-radius: 15px;
12-
padding: 20px;
12+
padding: 10px 20px;
1313
padding-bottom: 25px;
14-
margin-top: 20px;
1514
margin-bottom: 20px;
1615
background: #e6e6e6;
1716
width: 100%;
18-
max-width: 800px;
19-
box-sizing: border-box;
20-
}
21-
22-
.exemptions {
2317
max-width: 1300px;
18+
box-sizing: border-box;
2419
}
2520

2621
#github-url-form,
@@ -63,7 +58,6 @@ textarea {
6358
}
6459

6560
.step-number {
66-
margin-top: 10px;
6761
background-color: #337AB7;
6862
color: white;
6963
font-weight: bold;
@@ -76,19 +70,15 @@ textarea {
7670
font-size: 20px;
7771
}
7872

79-
.exemptions-quiz-container #quiz-subheading {
80-
margin: 10px 0px 20px 0px;
73+
#quiz-subheading {
74+
margin: 0px 0px 10px 0px;
8175
}
8276

8377
.not-exempt {
8478
color: green;
8579
display: inline-block;
8680
}
8781

88-
/* .results-container p {
89-
margin: 20px 0px;
90-
} */
91-
9282
@keyframes slideDown {
9383
from {
9484
opacity: 0;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h4 class="usa-alert__heading"></h4>
253253
</div>
254254
</div>
255255

256-
<div id="auto-generation">
256+
<div class="auto-generation">
257257
<div class="auto-generation-header">
258258
<div class="step-header">
259259
<div class="step-number">2</div>

0 commit comments

Comments
 (0)