fix: button click effect
This commit is contained in:
@@ -55,12 +55,23 @@ h6 {
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.container {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.button-container {
|
||||
margin-top: 2rem;
|
||||
display: flex;
|
||||
@@ -106,7 +117,7 @@ h6 {
|
||||
.button:active {
|
||||
background: var(--text) !important;
|
||||
color: var(--base);
|
||||
transform: translate(2px, 2px);
|
||||
transform: translate(4px, 4px);
|
||||
}
|
||||
|
||||
.button:active::after {
|
||||
|
Reference in New Issue
Block a user