You need to adjust:
#main-wrapper {
margin-bottom: 20px;
margin-top: 20px;
min-height: 700px;
}
If you adjust 700px to your screen, it won't necessarily fix all the different viewport sizes. For that, you'd need to follow this snippet
You need to adjust:
#main-wrapper {
margin-bottom: 20px;
margin-top: 20px;
min-height: 700px;
}
If you adjust 700px to your screen, it won't necessarily fix all the different viewport sizes. For that, you'd need to follow this snippet