forked from mirror/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.
34 lines
575 B
34 lines
575 B
/* Space out content a bit */
|
|
body {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
/* Everything but the jumbotron gets side spacing for mobile first
|
|
* views */
|
|
.header,
|
|
.marketing,
|
|
.footer {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
/* Custom page header */
|
|
.header {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
/* Make the masthead heading the same height as the navigation */
|
|
.header h3 {
|
|
padding-bottom: 19px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.jumbotron {
|
|
text-align: center;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
margin: 0 auto;
|
|
width: 300px;
|
|
}
|
|
|