We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10bdb commit c4660b9Copy full SHA for c4660b9
2 files changed
src/component/hero.tsx
@@ -97,9 +97,8 @@ export default function Hero() {
97
<aside className="formInfo-hero">
98
{/* <div className="formInfo-hero__ribbon">33% OFF</div> */}
99
<h2>
100
- {/* Early Bird */}
101
- <span>Precio General</span>
102
- {/* <span>Sale!</span> */}
+ Final
+ <span>Sale!</span>
103
</h2>
104
{/* <p>
105
¡Aprovecha este curso para adquirir conocimientos en el lenguaje de
src/sass/component/_hero.scss
@@ -218,7 +218,7 @@
218
overflow: hidden;
219
display: flex;
220
flex-direction: column;
221
- justify-content: space-between;
+ justify-content: space-evenly;
222
223
&__ribbon {
224
position: absolute;
0 commit comments