mirror of https://github.com/gophish/gophish
Fixed particles
parent
1f0f52884a
commit
0b690a6570
|
@ -84,7 +84,6 @@ p, h3, h4, h2, h1 {
|
|||
width: 100%;
|
||||
height: 100%; /* For at least Firefox */
|
||||
min-height: 600px;
|
||||
background-color:#283F50;
|
||||
}
|
||||
|
||||
.cover-container {
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<a href="/download" class="btn btn-lg btn-primary" disabled><i class="fa fa-download"></i> Download</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-5" style="padding-bottom:60px;">
|
||||
<div class="col-md-5" style="padding-bottom:60px;background-color:#283F50;">
|
||||
<div id="carousel" class="carousel slide" data-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel" data-slide-to="0" class="active"></li>
|
||||
|
|
Loading…
Reference in New Issue