You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
488 B
SCSS

#get-app {
text-align: center;
font-size: 24px;
padding: 50px 0 0 0;
color: #444c5e;
.platforms {
padding: 50px 0;
li {
list-style: none;
display: inline-block;
padding: 0 40px;
&:before {
display: block;
font-size: 86px;
text-indent: 8px;
margin-bottom: 20px;
color: $dark-blue;
}
small {
display: block;
color: #6496b7;
font-size: 12px;
font-style: italic;
}
[class^="btn-"] {
margin-bottom: 5px;
}
}
}
}