Tweak responsiveness
This commit is contained in:
parent
895684fef2
commit
9865c02a45
@ -564,7 +564,7 @@ footer {
|
||||
/*FIX RESPONSIVE WEB DESIGN*/
|
||||
/**********************************************************************************/
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
@media only screen and (max-width: 1600px) {
|
||||
|
||||
.hero h1 {
|
||||
font-size: 70px;
|
||||
|
@ -344,7 +344,7 @@
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user