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;
}