mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Fix baseline alignment
This commit is contained in:
parent
46456d5fc3
commit
a713c16ffc
3 changed files with 16 additions and 3 deletions
|
|
@ -29,7 +29,11 @@
|
|||
}
|
||||
|
||||
.stepTitle {
|
||||
margin-top: 18px;
|
||||
margin-bottom: 18px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 21px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,12 +28,16 @@
|
|||
|
||||
.location {
|
||||
width: 100%;
|
||||
margin-bottom: 27px;
|
||||
margin-top: 25px;
|
||||
|
||||
/* Remove link's hover effect */
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.location {
|
||||
|
|
@ -88,7 +92,12 @@
|
|||
.linkText {
|
||||
@apply --marketplaceH2FontStyles;
|
||||
color: var(--matterColor);
|
||||
margin-top: 15px;
|
||||
margin-bottom: 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 21px;
|
||||
}
|
||||
}
|
||||
|
||||
.locationName {
|
||||
|
|
|
|||
|
|
@ -66,11 +66,11 @@
|
|||
}
|
||||
|
||||
.sectionContent {
|
||||
margin: var(--sectionMarginTopMobile) 24px 50px 24px;
|
||||
margin: var(--sectionMarginTopMobile) 24px 51px 24px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
max-width: 1052px;
|
||||
margin: var(--sectionMarginTop) auto;
|
||||
margin: var(--sectionMarginTop) auto 93px auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue