@ethabhijitSubmitted over 3 years ago
My card section is not working properly in mobile view. Can anyone tell me what I do to fix this.
My card section is not working properly in mobile view. Can anyone tell me what I do to fix this.
Hello Paul ... the default of using display: flex is a row thus you have to specify the flex-direction or flex-flow property as column. Also check the height: 100vh for mobile friendly issues I mostly do height: 100% cause 100vh will fill up the viewport of the mobile device . I hope this was help enough.