mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
design review done
This commit is contained in:
parent
4160c8b588
commit
be7d83527e
5 changed files with 6 additions and 10 deletions
|
|
@ -8,7 +8,7 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: var(--verticalPadding) 0;
|
||||
padding: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
padding: var(--verticalPadding) 10vw;;
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@
|
|||
.scrollingDisabled {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,13 +20,8 @@
|
|||
display: flex;
|
||||
align-items: flex-end;
|
||||
height: 100%;
|
||||
margin-left: 16px;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media (--viewportLarge) {
|
||||
margin-left: 24px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
.sectionContainer {
|
||||
padding: 0;
|
||||
margin-bottom: 34px;
|
||||
margin-bottom: 36px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
padding: 0;
|
||||
|
|
@ -227,11 +227,11 @@
|
|||
@apply --marketplaceDefaultFontStyles;
|
||||
color: var(--matterColorAnti);
|
||||
margin-top: 0;
|
||||
margin-bottom: 13px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
@media (--viewportMedium) {
|
||||
max-width: 565px;
|
||||
margin: 89px auto;
|
||||
margin: 56px auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue