Xhz0729 / techtonica-assignments

Public techtonica-assignments repo
0 stars 1 forks source link

Make the "Guess My Number" Game Page Responsive #25

Closed Xhz0729 closed 1 week ago

Xhz0729 commented 3 weeks ago

The current layout of the "Guess My Number" game is not optimized for different screen sizes. The goal is to ensure that the page is fully responsive and provides a seamless experience across devices such as desktops, tablets, and mobile phones. Tasks: Implement media queries to adjust the layout for various screen widths. Ensure that the input fields, buttons, and other UI elements resize appropriately. Test the design on both small and large screens to identify any layout issues.

nianokia commented 2 weeks ago

Hi Xiahui! I'd like to try taking on this issue. Would you mind assigning it to me?

Xhz0729 commented 1 week ago

Hi Nia, I've assigned the issue to you! Thank you for your help! Xiahui

On Fri, Aug 30, 2024 at 4:05 PM Nia Wright @.***> wrote:

Hi Xiahui! I'd like to try taking on this issue. Would you mind assigning it to me?

— Reply to this email directly, view it on GitHub https://github.com/Xhz0729/techtonica-assignments/issues/25#issuecomment-2322334698, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7ESI3GJXOJCRTAW7E54QWDZUDNABAVCNFSM6AAAAABNA5CVD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSGMZTINRZHA . You are receiving this because you authored the thread.Message ID: @.***>

Xhz0729 commented 1 week ago

Responsive design being added to the game project.