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
If we try to access CDL website using a browser on a smartphone, we'll notice
things get pretty confusing.
So, we need the code to be adjusted in order to get a nice version of the site
on mobile devices, too.
Most important issues
The bottom of the logos is cut
Menu does not have a background so, it's hard to be noticed sometimes
User cannot select either text or images
The text was updated successfully, but these errors were encountered:
I followed your advice and I think now the mobile version looks more organized. At least, the bottom of the logos is not cut anymore. You can check it out from your smartphone by clicking right here: http://89.120.219.189:4000/.
If it's ok, I will push it to github.
It does look more organized, but I believe that we can make it even better :)
We could add col-sm-* and col-xs-* for the contact items at the bottom of the page, and also for the top of the page (cdl logo and menu items). I think this will keep the look from devices with bigger displays on smaller devices with smaller displays.
Another thing we can do is use the @media (min-width: @screen-sm-min), for ex., to use different sized images for different sized displays.
Need
Most important issues
The text was updated successfully, but these errors were encountered: