Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wolkanca authored May 6, 2024
1 parent 636bdfc commit 01b1e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
margin: 0;
padding: 0;
background-color: var(--hefot);
overflow-x: hidden;
min-width: 300px;
}
body {
color: var(--renk);
Expand Down Expand Up @@ -209,7 +211,7 @@
margin: 0 auto;
padding: 3vh 0.3vw;
width: 58rem;
max-width: 100%;
max-width: 98%;
min-height: 70rem;
border: 1px solid var(--col2);
border-radius: 1rem;
Expand Down

0 comments on commit 01b1e47

Please sign in to comment.