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; padding: 10px;
border-radius: 15px; border-radius: 15px;
border:black solid 2px ; border:black solid 2px ;
margin: 3rem; margin: auto;
background-color: white; background-color: white;
height: 600px; max-width: 90%;
width: 900px; margin-top: 25px;
display: flex;
} }