bigdaddy
bigdaddy
KPCKevin Powell - Community
Created by bigdaddy on 1/2/2024 in #front-end
Resize screen issue
cause I want the height prolerty so the data gets spread out more
7 replies
KPCKevin Powell - Community
Created by bigdaddy on 1/2/2024 in #front-end
Resize screen issue
but I'm not sure why
7 replies
KPCKevin Powell - Community
Created by bigdaddy on 1/2/2024 in #front-end
Resize screen issue
if I didn't have the height property this won't happen
7 replies
KPCKevin Powell - Community
Created by bigdaddy on 1/2/2024 in #front-end
Resize screen issue
it's happening cause in my parent container I have it like
.page-container {
display: flex;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
height: 100dvh;
}
.page-container {
display: flex;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
height: 100dvh;
}
7 replies
KPCKevin Powell - Community
Created by bigdaddy on 1/2/2024 in #front-end
Resize screen issue
No description
7 replies