Closed burningtree closed 6 months ago
Name | Link |
---|---|
Latest commit | 9e9854b46d92cfaaeccc1f73b2595c2f3d89166b |
Latest deploy log | https://app.netlify.com/sites/ethberlin4/deploys/6648675f94a262000864f2b9 |
Deploy Preview | https://deploy-preview-46--ethberlin4.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I noticed that the Schedule page has a
max-width
unlike the other pages, so displaying on a bigger monitors (like 4K) is not ideal.This fix is simply removing the
max-w-xl
tailwind rule.Before
After