diff --git a/index.html b/index.html index f90ba54..dd21fee 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,11 @@ box-sizing: border-box; } + .small-button { + width: 40%; /* Adjust the width as needed for smaller buttons */ + + } + button:hover { opacity: 0.8; }