Skip to content

Commit

Permalink
chore: style fixedd
Browse files Browse the repository at this point in the history
  • Loading branch information
temisan0x committed May 7, 2022
1 parent c74e379 commit 66f6959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family:sans-serif;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAL0lEQVQYV2NkZGD4/5+BAUjhByAFQHXEKGQEKvxPjEKiTaSiQpAfwG4j0jMDphAAMVQNCuDf3dcAAAAASUVORK5CYII=) repeat;
}

Expand Down
7 changes: 6 additions & 1 deletion styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,14 @@
position: fixed;
bottom: 0;
right: 0;
font-family: sans-serif;
}

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

.signupForm {
Expand Down Expand Up @@ -296,4 +297,8 @@
margin-top: 10px;
width: 70%;
}

.errorHandler {
font-size: 14px;
}
}

1 comment on commit 66f6959

@vercel
Copy link

@vercel vercel bot commented on 66f6959 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.