#top-section {
min-height: 100vh;
}
vh, being % vertical height of the view port (Viewport Height)
remove your existing height property first.
Cheers
#top-section {
min-height: 100vh;
}
vh, being % vertical height of the view port (Viewport Height)
remove your existing height property first.
Cheers