mirror of https://github.com/gophish/gophish
Fixing a few styling issues
parent
36f3269e20
commit
c6b52cdc71
|
@ -76,13 +76,14 @@ p, h3, h4, h2, h1 {
|
|||
|
||||
.navbar-dark {
|
||||
background-color: #283F50;
|
||||
min-height:60px;
|
||||
}
|
||||
|
||||
.jumbo-wrapper {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%; /* For at least Firefox */
|
||||
min-height: 100%;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.cover-container {
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<h2>Open-Source Phishing Framework</h2>
|
||||
<p class="lead">
|
||||
<a onclick="$('body').animate({ scrollTop: $('#about').offset().top - 60 }, 1000);" class="btn btn-lg btn-default">Learn more <i class="fa fa-chevron-circle-down "></i></a>
|
||||
<a href="/download" class="btn btn-lg btn-primary" disabled><i class="fa fa-download"></i> Download (coming soon!)</a>
|
||||
<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">
|
||||
|
|
Loading…
Reference in New Issue