Updated the css things in the button..

looks better now :-)
This commit is contained in:
cami 2021-06-23 04:57:40 +02:00
parent 215a86db58
commit dc905fa0e2
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
outline: none;
border: none;
cursor: pointer;
border-radius: 11.5em;
}
.btn--primary {

View file

@ -17,9 +17,11 @@
.input-field input[type="submit"] {
margin-top: 1em;
font-size: 1.5em;
border-radius: 10.5em;
background-color: var(--primary);
color: var(--secondary);
margin-bottom: 2em;
}
.input-field input[type="submit"]:hover {