This was the culprit:
section {
position: relative;
min-height: 80vh;
}
I commented it out and it’s working now.
This was the culprit:
section {
position: relative;
min-height: 80vh;
}
I commented it out and it’s working now.