mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
tweaked masthead style
This commit is contained in:
parent
becfe96426
commit
bda16ecec3
|
@ -1,5 +1,5 @@
|
|||
.bd-masthead {
|
||||
background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg");
|
||||
background-image: linear-gradient(rgba(66, 66, 167, 0.2),rgba(57, 57, 152, 0.4)), url(../assets/img/bg.jpg);
|
||||
background-position: center top;
|
||||
background-size: cover;
|
||||
|
||||
|
@ -7,11 +7,6 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.cb {
|
||||
margin-bottom: -2rem !important;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ title: Bootstrap Material Design, the world's most popular mobile-first and resp
|
|||
<span class="bd-booticon outline">BMD</span>
|
||||
<p class="lead">Bootstrap Material Design, the world's most popular mobile-first and responsive Material Design front-end framework.</p>
|
||||
<p class="lead">
|
||||
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.data.version }}');">Download</a>
|
||||
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-primary btn-raised btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.data.version }}');">Download</a>
|
||||
</p>
|
||||
<p class="version">Currently v{{ site.data.version }}</p>
|
||||
{% include ads.html %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user