mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
Fix flexbox in Safari
This commit is contained in:
parent
e731d05c80
commit
a7716f8b64
2 changed files with 3 additions and 5 deletions
|
|
@ -21,6 +21,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10px 24px 0 24px;
|
||||
flex-shrink: 0;
|
||||
|
||||
border-top-width: 1px;
|
||||
border-top-color: var(--matterColorNegative);
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
.description {
|
||||
flex-shrink: 0;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 30px;
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
.submitButton {
|
||||
margin-top: auto;
|
||||
margin-bottom: 24px;
|
||||
flex-shrink: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
display: inline-block;
|
||||
|
|
@ -31,8 +33,3 @@
|
|||
margin-top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.loaderIcon {
|
||||
/* width: 100%; */
|
||||
/* height: 40px; */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue