update style of splash page

This commit is contained in:
harmse 2018-09-28 13:35:52 -04:00
parent 25c26cda56
commit 49324d2dc5

View File

@ -42,7 +42,7 @@ $topMargin: 35px;
font-weight: 300; font-weight: 300;
} }
#subTitle, #howItWorks { #germanSubTitle, #germanHowItWorks {
margin-top: $topMargin; margin-top: $topMargin;
letter-spacing: 0.8px; letter-spacing: 0.8px;
line-height: 30px; line-height: 30px;
@ -53,7 +53,7 @@ $topMargin: 35px;
text-align: center; text-align: center;
font-weight: 300; font-weight: 300;
} }
#germanSubTitle { #subTitle {
margin-top: 0px; margin-top: 0px;
letter-spacing: 0.8px; letter-spacing: 0.8px;
line-height: 30px; line-height: 30px;
@ -63,32 +63,35 @@ $topMargin: 35px;
margin-right: auto; margin-right: auto;
text-align: center; text-align: center;
font-weight: 300; font-weight: 300;
} font-style: italic;
#howItWorks {
$size : 20px;
$margin: 30px;
color: $orange;
width: auto;
display: inline-block;
margin-left: $margin;
} }
#germanHowItWorks { #germanHowItWorks {
$size : 20px;
$margin: 30px;
color: $orange;
width: 100&;
display: inline-block;
text-align: center;
/*margin-left: $margin;*/
}
#howItWorks {
$size : 20px; $size : 20px;
$margin: 0px; $margin: 0px;
color: $orange; color: $orange;
width: auto; width: 100%;
display: inline-block; display: inline-block;
margin-left: $margin; /*margin-left: $margin;*/
letter-spacing: 0.8px; letter-spacing: 0.8px;
line-height: 30px; line-height: 30px;
font-size: 15px; font-size: 15px;
margin-right: auto; /*margin-right: auto;*/
text-align: cenasdter; text-align: center;
font-weight: 300; font-weight: 300;
font-style: italic;
} }
$loaderWidth: 398px; $loaderWidth: 398px;