more refactoring

This commit is contained in:
AlecM33
2022-07-17 12:45:38 -04:00
parent 130718d1c5
commit b644fe0960
16 changed files with 327 additions and 287 deletions

View File

@@ -74,7 +74,7 @@ textarea {
}
.toast-bottom {
bottom: 90px;
bottom: 140px;
}
.toast-success {
@@ -309,6 +309,10 @@ button {
#how-to-use-container h1 {
color: #4b6bfa;
font-family: signika-negative, sans-serif;
background-color: #1e1b26;
width: fit-content;
padding: 0 5px;
border-radius: 3px;
}
input {
@@ -355,8 +359,8 @@ input {
color: #d7d7d7;
display: flex;
flex-direction: column;
margin: 0 auto;
width: 95%;
margin: 1em auto 0 auto;
width: 90%;
max-width: 64em;
line-height: 1.5;
}
@@ -782,7 +786,7 @@ input {
@media(min-width: 551px) {
.how-to-use-header {
font-size: 40px;
font-size: 35px;
}
#how-to-use-container h3 {
font-size: 25px;