mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Fix modal margins in desktop layout
This commit is contained in:
parent
532f550bae
commit
41db9c93a9
1 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
|
|
@ -23,6 +25,14 @@
|
|||
margin-top: 89px;
|
||||
margin-bottom: 36px;
|
||||
padding: 0 24px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
|
||||
& h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue