Private
Public Access
1
0

removed padding on right front page

This commit is contained in:
Sander Roosendaal
2018-10-18 08:20:23 +02:00
parent 717fdeca03
commit b415846a98
2 changed files with 7 additions and 6 deletions

View File

@@ -21,9 +21,11 @@
<li> <li>
&nbsp; &nbsp;
</li> </li>
<li class="rounder whiteborder"> <li>
<a class="button midden" href="/rowers/register"> <a class="button midden" href="/rowers/register">
<h1 class="midden">SIGN UP FREE</h1> <h1 class="midden">
<div class="rounder whiteborder">SIGN UP FREE</div>
</h1>
</a> </a>
</li> </li>
<li> <li>
@@ -112,9 +114,9 @@
<li> <li>
&nbsp; &nbsp;
</li> </li>
<li class="rounder whiteborder"> <li>
<a class="button midden" href="/rowers/features"> <a class="button midden" href="">
<h2 class="midden">VIEW ALL</h2> <h2 class="midden"><div class="rounder whiteborder">and more</div></h2>
</a> </a>
</li> </li>
<li> <li>

View File

@@ -11,7 +11,6 @@
.wrapper > * { .wrapper > * {
/* border: 2px solid #f08c00; */ /* border: 2px solid #f08c00; */
border 0; border 0;
padding: 5px;
} }
.wrapper nav { .wrapper nav {