Refactor button styles for improved layout and responsiveness

This commit is contained in:
Alvin
2025-10-02 11:19:07 +02:00
parent 3f3993d332
commit 4bdb1d2c49

View File

@@ -46,8 +46,9 @@ button:hover{
padding: 10px;
border-radius: 15px;
border:black solid 2px ;
margin: 3rem;
margin: auto;
background-color: white;
height: 600px;
width: 900px;
max-width: 90%;
margin-top: 25px;
display: flex;
}