Skip to content

Commit 3ccc3f6

Browse files
2 parents f5af22f + 4bf4450 commit 3ccc3f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Natours/final-after-S06/sass/components/_form.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
color: inherit;
1010
padding: 1.5rem 2rem;
1111
border-radius: 2px;
12-
background-color: rbga($color-white, .5);
12+
background-color: rgba($color-white, .5);
1313
border: none;
1414
border-bottom: 3px solid transparent;
1515
width: 90%;
@@ -102,4 +102,4 @@
102102
&__radio-input:checked ~ &__radio-label &__radio-button::after {
103103
opacity: 1;
104104
}
105-
}
105+
}

Trillo/final/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h1 class="overview__heading">
169169
</div>
170170
</div>
171171

172-
<figure class="user-reviews">
172+
<div class="user-reviews">
173173
<figure class="review">
174174
<blockquote class="review__text">
175175
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fuga doloremque architecto dicta animi, totam, itaque officia ex.
@@ -218,4 +218,4 @@ <h2 class="cta__book-now">
218218
</div>
219219
</div>
220220
</body>
221-
</html>
221+
</html>

0 commit comments

Comments
 (0)