Commit c68ed868 authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix bug in firefox where buttons not clickable

parent b4d8b5ed
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,8 +91,8 @@
							<h1 class="white-text">Swansea University Computer Society</h1>
							<p class="white-text">SUCS is one of the university's longest-running and largest societies. In addition to providing members with a range of IT services, we hold regular events and socials throughout the year.
							</p>
							<button class="white-btn"><a href=https://sucs.org/join>Join Now!</a></button>
							<button class="main-btn"><a href=#about>Learn more</a></button>
							<a href="https://sucs.org/join" class="white-btn">Join Now!</a>
							<a href="#about" class="main-btn">Learn more</a>
						</div>
					</div>
					<!-- /home content -->