Fixed transitions

This commit is contained in:
Preston 2024-10-01 10:44:02 -07:00 committed by GitHub
parent 3768ee4246
commit 45af5c3fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@ button {
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px; max-width: 200px;
transition: transform 0.5s ease;
} }
.dsc-btn { .dsc-btn {
@ -102,6 +103,7 @@ button {
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px; max-width: 200px;
transition: transform 0.5s ease;
} }
.clr-btn { .clr-btn {
@ -116,6 +118,7 @@ button {
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px; max-width: 200px;
transition: transform 0.5s ease;
} }
button:hover { button:hover {
@ -132,6 +135,9 @@ button:hover {
background-color: #5b209a; background-color: #5b209a;
transform: scale(1.1); transform: scale(1.1);
} }
.clr-btn:hover {
transform: scale(1.1);
}
.dropdown-content { .dropdown-content {
display: none; display: none;