With the use of tailwind.css, I am developing a straightforward login form. Although my intention is for the form to occupy the entire height of the screen, it seems to fall short and leaves an undesirable white space at the bottom:
https://i.sstatic.net/9vo9H.png
I suspect that the issue lies with the second div
, which is styled with the lg:w-1/2
property.
Shown below is my HTML code, including all elements as a precaution in case the problem stems from another element:
<div class="" id="content">
<section class="relative bg-white overflow-hidden">
<div class=>
<nav class="flex justify-between p-6 px-4" data-config-id="toggle-mobile" data-config-target=".navbar-menu"
data-config-class="hidden" style="background-color: #2A3342 !important;">
<!-- More HTML code here -->