Skip to content

Commit

Permalink
Correccion section
Browse files Browse the repository at this point in the history
  • Loading branch information
coxmau77 committed Feb 1, 2024
1 parent fce9930 commit 7c4ab2b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,18 @@ section > div {
display: grid;
place-content: center;
text-align: center;
}

.bi-exclamation-octagon-fill {
color: white;
background-color: red;
width: fit-content;
margin: 0 auto;
border-radius: 100vw;
outline: 0.375rem solid rgba(255, 0, 0, 0.288);
padding: 0.4rem 0.7rem;
font-size: xx-large;
margin-bottom: 2rem;
}
.bi-exclamation-octagon-fill {
color: white;
background-color: red;
width: fit-content;
margin: 0 auto;
border-radius: 100vw;
outline: 0.375rem solid rgba(255, 0, 0, 0.288);
padding: 0.4rem 0.7rem;
font-size: xx-large;
margin-bottom: 2rem;
}

.display-message > div {
Expand Down Expand Up @@ -246,7 +246,7 @@ footer {
align-items: center;
justify-content: center;
gap: 1rem;
margin: 0.5rem;
margin-top: 0.5rem;
}
}
/* </FOOTER */
Expand Down

0 comments on commit 7c4ab2b

Please sign in to comment.