button link did not work, now it should + added padding to info text, to improve it on mobile

master
mb 12 months ago
parent a85ef89a16
commit 05e5585e3d

@ -36,7 +36,14 @@ form div#dropdown-options.hide{
form div#dropdowns div.row{
margin: 0em 0;
}
form button a,
form button a:visited{
color: black;
text-decoration: none;
}
form div#info{
padding: 0 12.5vw;
}
.drop{
position:absolute;
top:-10px;

@ -130,16 +130,14 @@
</div> <!-- #dropdowns -->
<div id="info">
<p>
The <a href="https://xpub.nl/" target="_blank">Master Experimental Publishing</a> at the <a href="https://www.pzwart.nl/" target="_blank">Piet Zwart Instituut</a> in Rotterdam (NL)<br>
is a two-year master focused on the acts of making things public and creating publics<br>
in the age of post-digital networks.
The <a href="https://xpub.nl/" target="_blank">Master Experimental Publishing</a> at the <a href="https://www.pzwart.nl/" target="_blank">Piet Zwart Instituut</a> in Rotterdam (NL) is a two-year master focused on the acts of making things public and creating publics in the age of post-digital networks.
</p>
<p>Application deadlines:</p>
<p>
March 4, 2023 (non-EU + EU)<br>
May 8, 2023 (EU)<br>
<br>
<a href="https://www.pzwart.nl/experimental-publishing/apply/"><button>Apply here!</button></a>
<button><a href="https://www.pzwart.nl/experimental-publishing/apply/" target="_blank">Apply</a></button>
<br>
</p>
</div> <!-- #info -->

Loading…
Cancel
Save