Update index.css

trying to debug the enlarging button
This commit is contained in:
css pro 2024-09-30 17:26:33 -07:00 committed by GitHub
parent 8192627142
commit 3f130fcc56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,7 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.3s ease;
}
.source-btn {