mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-01 16:31:30 +08:00
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
|
#icon-carousel {
|
|
@size: 200px;
|
|
font-size: @size;
|
|
line-height: @size + 30;
|
|
}
|
|
.carousel-control {
|
|
top: @size - 10px;
|
|
.square(30px);
|
|
left: 228/2 - 36px;
|
|
&.right {
|
|
right: 228/2 - 36px;
|
|
}
|
|
}
|
|
|
|
.jumbotron-carousel {
|
|
padding: 50px 0;
|
|
h1 { font-size: 65px; }
|
|
p { font-size: 23px; }
|
|
.shameless-self-promotion { font-size: 12px; }
|
|
}
|
|
|
|
.jumbotron-ad {
|
|
p { font-size: 24px; }
|
|
}
|
|
|
|
.jumbotron-icon {
|
|
h1 small {
|
|
display: block;
|
|
margin-top: 15px;
|
|
margin-left: 0;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.stripe-ad .lead {
|
|
margin: 0;
|
|
padding-top: 0;
|
|
font-size: 19px;
|
|
}
|
|
|
|
.fort-awesome {
|
|
.action { width: 33%; }
|
|
}
|
|
|
|
.hide-sm { display: none; }
|
|
.v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
|
|
|
|
|
|
// .jumbotron-ks-ad { flex-basis: 25%; }
|
|
// .jumbotron-text { flex-basis: 75%; }
|
|
.jumbotron-ks-ad { width: 220px; }
|
|
.jumbotron-text { width: 500px; }
|
|
}
|