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
The current implementation only accounts for mobile dimensions. Preferably, some CSS should be added to represent the desktop layout. A media query such as @media screen and (min-width: 756px) { /* ... */ } will be needed to account for the desktop dimensions.
In this case, the image should be positioned to the right of the text under desktop dimensions.
The text was updated successfully, but these errors were encountered:
The current implementation only accounts for mobile dimensions. Preferably, some CSS should be added to represent the desktop layout. A media query such as
@media screen and (min-width: 756px) { /* ... */ }
will be needed to account for the desktop dimensions.In this case, the image should be positioned to the right of the text under desktop dimensions.
The text was updated successfully, but these errors were encountered: