Tweak responsiveness

This commit is contained in:
Pablo Moyano 2020-03-14 19:16:35 +01:00
parent 895684fef2
commit 9865c02a45
2 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@ footer {
/*FIX RESPONSIVE WEB DESIGN*/ /*FIX RESPONSIVE WEB DESIGN*/
/**********************************************************************************/ /**********************************************************************************/
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1600px) {
.hero h1 { .hero h1 {
font-size: 70px; font-size: 70px;

View File

@ -344,7 +344,7 @@
</div> </div>
<div class="button"> <div class="button">
<button onclick="" id="mapButton">Or just come in</button> <button disabled onclick="alert()" id="mapButton">Or just come in</button>
</div> </div>
</div> </div>