Skip to content

Commit

Permalink
updated responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
onkar69483 committed Feb 18, 2024
1 parent 25943ab commit c9bf8fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body{
display: flex;
min-height: 97vh;
min-width: fit-content;
flex-direction: column;
justify-content: space-between;
font-family: "Kode Mono", monospace;
Expand All @@ -26,6 +27,7 @@ footer{
}

.menu{
min-width: fit-content;
background-color: F9F07A;
padding: 20px;
border-radius: 10px;
Expand Down

0 comments on commit c9bf8fe

Please sign in to comment.