mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
550 B
44 lines
550 B
.jumbotron {
|
|
text-align: center;
|
|
padding: 20pt 0;
|
|
}
|
|
|
|
.jumbotron h1 {
|
|
font-size: 56px;
|
|
font-weight: bold;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.jumbotron h2 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.mascot-mobile {
|
|
text-align: center;
|
|
}
|
|
|
|
.hide-on-small-screen {
|
|
display: none;
|
|
}
|
|
|
|
.featurette-divider {
|
|
margin: 80px 0;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.mascot-mobile {
|
|
display: none;
|
|
}
|
|
.hide-on-small-screen {
|
|
display: block;
|
|
}
|
|
.featurette-heading {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.featurette-image {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
|