rluzynski added a new comment to an issue you are following: `` You don't need a mobile phone, you can achieve the same result on a desktop resizing a browser window. My mobile phone has a screen size 1080x1920 but with the display pixel ratio equal *3* the logical display size is 360x640. So you should make sure that the website looks good at the screen width 360 pixels or less. I am not experienced in a web development but I can see 3 items which do not fit into that screen: * The title word "BUDAPEST" (visible on the screenshot). It has unnecessary margins which should be removed: note that margins do not change the appearance of a centered text on a wide screen while they make it not fit on a small screen. Additionally, it should have a dynamic font size depending on the screen size. The fonts are OK on desktops so I recommend that the font becomes dynamic only on small screens. * The table with the calendar. Also a dynamic font size is recommended. * The sponsor logos. Should be resized, again dynamically. Some links about dynamic font sizes: * https://www.w3schools.com/howto/howto_css_responsive_text.asp * https://stackoverflow.com/questions/14431411/pure-css-to-make-font-size-responsive-based-on-dynamic-amount-of-characters/21981859 * https://stackoverflow.com/questions/14431411/pure-css-to-make-font-size-responsive-based-on-dynamic-amount-of-characters `` To reply, visit the link below or just reply to this email https://pagure.io/fedora-websites/issue/969 _______________________________________________ websites mailing list -- websites@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to websites-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/websites@xxxxxxxxxxxxxxxxxxxxxxx