Fix section 4 not being hidden on site load

This commit is contained in:
Amaryllis Kulla 2023-09-08 20:32:30 +02:00
parent 6c70a4ee57
commit 3dff8e240f
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ main {
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;
}

View File

@ -126,7 +126,7 @@ https://github.com/ardacarofficial/links-website is open source project.
<button class="main_button_item">Paypal</button>
</a>
</section>
<!-- Menu Container 3 Codes End -->
<!-- Menu Container 4 Codes End -->
</main>
<footer>
<!-- Footer Codes Start -->