Skip to content

Commit

Permalink
updated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
investor-wallflex committed Oct 11, 2024
1 parent be36f35 commit bd72acf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
padding: 20px;
padding-left: 10px;
max-height: fit-content;


}

Expand Down Expand Up @@ -232,7 +233,14 @@

@media screen and (max-width: 400px) {
/* CSS rules for very small screens */

.container{
height: 300vh;

width: 400px;
margin: auto;
background-color:black;
border-radius: 10px;
}
}
</style>
</head>
Expand Down

0 comments on commit bd72acf

Please sign in to comment.