Skip to content

Commit 62c414b

Browse files
committed
Updated README and wrapper height for laptop view
1 parent 26e508d commit 62c414b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pricing-component-with-toggle/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ Challenge was extremely enjoyable. The challenge specs says in the bonus to comp
3434
---
3535
##### Pending tasks
3636

37+
- Bug : Activate Toggle > Switch to annual > refresh page. The toggle stays on annual but the prices have updated to default (monthly)
3738
- Live solution screenshot(s)
3839
- Submit to frontendmentor and add Solution submitted at Frontend Mentor - [Submission link]()

pricing-component-with-toggle/style.css

+3-5
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ input:checked + .toggle:before {transform: translateX(24px);}
149149
}
150150

151151
.table:nth-child(2) h3,
152-
.table:nth-child(2) .features {
153-
color:var(--clr-white)
154-
}
152+
.table:nth-child(2) .features {color:var(--clr-white)}
155153

156154
ul {border-top: 1px solid var( --clr-neutral-light-bg);}
157155

@@ -221,11 +219,11 @@ ul {border-top: 1px solid var( --clr-neutral-light-bg);}
221219
.heading h1 {font-size: 2rem;}
222220

223221
.wrapper {
224-
height: 80%;
222+
height: 90%;
225223
padding: 0;
226224
}
227225

228-
.pricing_table{flex-direction: row; }
226+
.pricing_table{flex-direction: row;}
229227
.pricing_table .table {margin: 10px 0;}
230228

231229
.table:nth-child(2) {transform: scale(1.1);}

0 commit comments

Comments
 (0)