add p&p weekend link, extend cover size, makes clickable area confined to the card only.

pull/5/head
Kevin Falting 6 years ago
parent 528ff726da
commit 2ac0f03abd
  1. 4
      index.html
  2. 2
      styles.css

@ -76,8 +76,8 @@
<div class="container">
<div class="row">
<div class="col">
<a href="" id="announcement-card-link">
<div class="card mb-3" style="max-width: 540px; margin-top: 5%;">
<a href="https://pitchandprototype.com/" id="announcement-card-link">
<div class="row no-gutters">
<div class="col-4">
<img
@ -98,10 +98,10 @@
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row name-slogan">
<div class="col col-md-6 offset-md-6">
<h1>

@ -1,5 +1,5 @@
.above-the-fold {
min-height: 60vh;
min-height: 100vh;
background-image: url("img/devOsan_noLogo.png");
background-size: cover;
background-repeat: no-repeat;

Loading…
Cancel
Save