mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
hide page header for now, border top nav, sticky sidebar
This commit is contained in:
parent
f235da05fd
commit
22afc82a91
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
{% include nav-home.html %}
|
{% include nav-home.html %}
|
||||||
|
|
||||||
<div class="bd-pageheader">
|
<!-- <div class="bd-pageheader">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include page-headers.html %}
|
{% include page-headers.html %}
|
||||||
{% include ads.html %}
|
{% include ads.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -65,6 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bd-title {
|
.bd-title {
|
||||||
|
margin-top: 2rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
.bd-navbar {
|
.bd-navbar {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
border-bottom: 1px solid rgba(0,0,0,.1);
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
// Side navigation
|
// Side navigation
|
||||||
//
|
//
|
||||||
|
|
||||||
|
.bd-sidebar {
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
position: sticky;
|
||||||
|
top: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bd-search {
|
.bd-search {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user