Enhance button layout in button-container for better responsiveness
This commit is contained in:
@@ -769,6 +769,15 @@
|
|||||||
top: calc(50% + 25vh);
|
top: calc(50% + 25vh);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%) scale(0.95);
|
transform: translateX(-50%) scale(0.95);
|
||||||
|
width: 95vw;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-container button {
|
||||||
|
min-width: unset !important;
|
||||||
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|||||||
Reference in New Issue
Block a user