deep-sea-tactics / website

The website for the LHS Deep Sea Tactics team.
https://deepseatactics.com/
4 stars 3 forks source link

[Bug] Donate section text appears improperly on small screens #14

Closed dylansison closed 1 year ago

dylansison commented 1 year ago

It was shown in the Discord server by @Daniel-Tomov that certain window dimensions push the area for ways to donate underneath the lefthand text box.

image

I have not personally tested this issue; this is solely the documentation of observation presented in the Discord server

willuhmjs commented 1 year ago

This issue is caused because the max-width property is not updated to 100% width in the media query. I will fix this in a PR.

willuhmjs commented 1 year ago

Fixed in #15