Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
temisan0x committed May 7, 2022
1 parent b87c7ac commit 24f1a1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,18 @@
width: 100%;
margin-top: 6px;
}

@media screen and (max-width: 900px) {
.formLayout>div>p {
color: #fff;
margin-bottom: 10px;
font-size: 13px;
}

.formLayout>div>input {
width: 100%;
padding: 10px 10px;
border-radius: 5px;
outline: none;
}
}

1 comment on commit 24f1a1a

@vercel
Copy link

@vercel vercel bot commented on 24f1a1a May 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.