mirror of https://github.com/ledisdb/ledisdb.git
adjust header padding
This commit is contained in:
parent
67758f9364
commit
d308def06b
|
@ -47,6 +47,11 @@ p {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav>li>a:hover, .nav>li>a:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #45a797;
|
||||||
|
}
|
||||||
|
|
||||||
/* Everything but the jumbotron gets side spacing for mobile first views */
|
/* Everything but the jumbotron gets side spacing for mobile first views */
|
||||||
.header,
|
.header,
|
||||||
.features,
|
.features,
|
||||||
|
@ -55,11 +60,12 @@ p {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom page header */
|
.header{
|
||||||
/*.header{
|
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
margin-top: 10px;
|
/*margin-top: 10px;*/
|
||||||
}*/
|
padding-bottom: 15px
|
||||||
|
}
|
||||||
|
|
||||||
/* Make the masthead heading the same height as the navigation */
|
/* Make the masthead heading the same height as the navigation */
|
||||||
.logo {
|
.logo {
|
||||||
|
|
||||||
|
@ -82,6 +88,7 @@ p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron .btn {
|
.jumbotron .btn {
|
||||||
padding: 14px 24px;
|
padding: 14px 24px;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
|
Loading…
Reference in New Issue