Commit changes before a merge
This commit is contained in:
parent
7399f5db54
commit
e29a183fd9
3 changed files with 51 additions and 11 deletions
|
@ -1307,7 +1307,7 @@ i.toggle-icon:hover {
|
|||
.landing-section h2 {
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 30px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
|
@ -1388,14 +1388,22 @@ form input.ng-valid.ng-dirty,
|
|||
}
|
||||
|
||||
.landing-page .shoutout > i {
|
||||
font-size: 36px;
|
||||
display: block;
|
||||
font-size: 50px;
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #eee;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
line-height: 120px;
|
||||
}
|
||||
|
||||
.landing-page .shoutout > b {
|
||||
font-size: 22px;
|
||||
display: block;
|
||||
line-height: 31px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.landing-page .shoutout {
|
||||
|
@ -1404,6 +1412,13 @@ form input.ng-valid.ng-dirty,
|
|||
line-height: normal;
|
||||
}
|
||||
|
||||
.landing-page .shoutout .shoutout-link {
|
||||
display: block;
|
||||
margin-top: 16px;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .feature-shoutout {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@ -1422,6 +1437,14 @@ form input.ng-valid.ng-dirty,
|
|||
padding: 6px;
|
||||
}
|
||||
|
||||
.landing-page .landing-action {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.landing-page .landing-action a {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
padding: 10px;
|
||||
padding-bottom: 0px;
|
||||
|
|
Reference in a new issue