0
0
Fork 0

Remove corner rounding

This commit is contained in:
Oliver-Akins 2021-03-20 15:06:42 -06:00
parent 63eda82b20
commit c7e32f1f6b

View file

@ -182,7 +182,6 @@ export default {
justify-content: space-evenly;
padding-bottom: 10px;
flex-direction: row;
border-radius: 20px;
position: relative;
margin: 15px auto;
display: flex;
@ -245,7 +244,6 @@ input[type="text"] {
text-transform: uppercase;
border-color: transparent;
border-style: solid;
border-radius: 7px;
border-width: 2px;
font-size: larger;
outline: none;