Merge branch 'dev' into test
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 0 0 auto;
|
||||
box-shadow: 0 0 10px rgba(248, 89, 168, 0.3);
|
||||
}
|
||||
|
||||
@@ -61,4 +62,19 @@
|
||||
font-size: var(--font-size-xxl);
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.wrapper {
|
||||
gap: var(--spacing-md);
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: var(--spacing-md);
|
||||
}
|
||||
|
||||
.facebookButton {
|
||||
padding: 0 var(--spacing-lg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user