You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMALL BUG: There is an issue where the two cards ("Social Street Smart" and "Djed") overlap when the screen width is between 640px and 715px. This problem occurs on tablet devices or when the browser is resized to these dimensions.
I Can fix this !
Suggested Fix:
Ensure that the cards have adequate spacing and do not overlap by modifying the CSS for the relevant breakpoints (640px to 715px). For example, you can adjust the flex properties or add specific styles for these breakpoints to ensure proper layout.
The text was updated successfully, but these errors were encountered:
SMALL BUG:
There is an issue where the two cards ("Social Street Smart" and "Djed") overlap when the screen width is between 640px and 715px. This problem occurs on tablet devices or when the browser is resized to these dimensions.
I Can fix this !
Suggested Fix:
Ensure that the cards have adequate spacing and do not overlap by modifying the CSS for the relevant breakpoints (640px to 715px). For example, you can adjust the flex properties or add specific styles for these breakpoints to ensure proper layout.
The text was updated successfully, but these errors were encountered: