lesson 2 and fixes

This commit is contained in:
nora 2025-02-14 20:27:36 +01:00
parent 6eb3332c34
commit a6a7cbf6fa
5 changed files with 229 additions and 20 deletions

View file

@ -45,7 +45,7 @@ footer {
.action-button {
width: 400px;
font-size: 1.5rem;
font-size: 1rem;
font-weight: bold;
padding: 20px;
background-color: var(--color-primary);
@ -53,6 +53,8 @@ footer {
border: none;
text-decoration: none;
display: block;
&:hover {
background-color: color-mix(in oklab, var(--color-primary), white 15%);
}
@ -64,6 +66,7 @@ footer {
display: flex;
flex-direction: column;
gap: 10px;
}
.step {
@ -74,6 +77,8 @@ footer {
.code {
padding-left: 30px;
overflow: scroll;
max-width: calc(100vw - 40px);
}
.hidden {
@ -115,3 +120,7 @@ form[data-challenge] > .error {
height: 2.5rem;
font-size: 1rem;
}
.lesson-last-paragraph {
margin-bottom: 40px;
}