Make the buttons on the landing page a little less intrusive

This commit is contained in:
Peder Bergebakken Sundt 2018-08-13 19:07:08 +02:00
parent 376c7ad890
commit fc35b804e4
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ main {
.essentials {
width: 100%;
margin: 1.8em 0;
margin: 1em 0;
padding: 0;
list-style: none;
display: flex;
@ -47,8 +47,8 @@ main {
height: 100%;
}
.essentials .join {
padding: 1em;
.essentials .focus {
padding: 0.8em;
font-size: 1.2em;
}

View File

@ -35,7 +35,7 @@ $motd = $motdfetcher->getMOTD();
<p>Nåværende og tidligere studenter ved NTNU, samt ansatte ved NTNU og tilstøtende miljø, kan bli medlemmer.</p>
<ul class="essentials">
<a class="btn" href="om/"><li>Om PVV</li></a>
<a class="btn join" href="paamelding/"><li>Bli medlem</li></a>
<a class="btn focus" href="paamelding/"><li>Bli medlem!</li></a>
<a class="btn" href="https://use.mazemap.com/?v=1&amp;left=10.4032&amp;right=10.4044&amp;top=63.4178&amp;bottom=63.4172&amp;campusid=1&amp;zlevel=2&amp;sharepoitype=point&amp;sharepoi=10.40355%2C63.41755%2C2&amp;utm_medium=longurl"><li>Veibeskrivelse</li></a>
</ul>
</div>