Skip to content

Commit

Permalink
fix button header
Browse files Browse the repository at this point in the history
  • Loading branch information
catborn committed Aug 15, 2024
1 parent 5746d37 commit 4d4725e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ h2 {
}

.log_in {
width: 65 px;
height: 35 px;
width: 65px;
height: 35px;
color: rgb(8, 8, 8);
border: 0.7px solid rgb(230, 230, 230);
background: rgb(255, 255, 255);
Expand Down
2 changes: 1 addition & 1 deletion styles/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ h2 {
padding-top: 20px;
}
.log_in {
width: 65 px;
height: 35 px;
width: 65px;
height: 35px;
color: rgb(8, 8, 8);
border: 0.7px solid rgb(230, 230, 230);
background: rgba(255, 255, 255);
Expand Down

0 comments on commit 4d4725e

Please sign in to comment.