mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
lesson 2 and fixes
This commit is contained in:
parent
6eb3332c34
commit
a6a7cbf6fa
5 changed files with 229 additions and 20 deletions
11
index.css
11
index.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue