mirror of https://github.com/loggie-io/docs.git
Fix: update botton hover (#62)
This commit is contained in:
parent
31c1b58722
commit
e1a29ef70c
|
@ -40,6 +40,12 @@
|
|||
width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 300% 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.animated-gradient img {
|
||||
|
@ -64,8 +70,11 @@ section.home-container {
|
|||
position: relative;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
section.home-container .background{
|
||||
width: 100%;
|
||||
padding-top: 29.16%;
|
||||
}
|
||||
|
||||
.home-container > .md-typeset {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<div class="md-container">
|
||||
<section class="home-container">
|
||||
<div class="background"></div>
|
||||
<div class="animated-gradient">
|
||||
<img src="assets/background.jpg" style="display: none;"/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue