Fix section 4 not being hidden on site load
This commit is contained in:
parent
6c70a4ee57
commit
3dff8e240f
|
@ -169,7 +169,7 @@ main {
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_section_container_2, #main_section_container_3 {
|
#main_section_container_2, #main_section_container_3, #main_section_container_4 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ https://github.com/ardacarofficial/links-website is open source project.
|
||||||
<button class="main_button_item">Paypal</button>
|
<button class="main_button_item">Paypal</button>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
<!-- Menu Container 3 Codes End -->
|
<!-- Menu Container 4 Codes End -->
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<!-- Footer Codes Start -->
|
<!-- Footer Codes Start -->
|
||||||
|
|
Loading…
Reference in New Issue