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>
&nbsp;
</li>
<li class="rounder whiteborder">
<li>
<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>
</li>
<li>
@@ -112,9 +114,9 @@
<li>
&nbsp;
</li>
<li class="rounder whiteborder">
<a class="button midden" href="/rowers/features">
<h2 class="midden">VIEW ALL</h2>
<li>
<a class="button midden" href="">
<h2 class="midden"><div class="rounder whiteborder">and more</div></h2>
</a>
</li>
<li>

View File

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