Skip to content

Commit

Permalink
modified: styles/mobile-styles.css
Browse files Browse the repository at this point in the history
	modified:   styles/style.css
  • Loading branch information
Thizh committed Feb 28, 2024
1 parent dfb7447 commit 3ded791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion styles/mobile-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#overlay-me {
text-align: center;
z-index: 0;
z-index: 999;
max-height: 90vh;
padding: 10px;
margin-top: 10px;
Expand Down
5 changes: 5 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ button,
position: relative;
}

/*beta*/
.container {
margin-bottom: 10%;
}

.name {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: bisque;
Expand Down

0 comments on commit 3ded791

Please sign in to comment.