pyOpenSci / pyopensci.github.io

This is the website for pyOpenSci. Contributions welcome!!
https://www.pyopensci.org
Other
36 stars 61 forks source link

Fix narrow overlay for close button #316

Closed cmarmo closed 7 months ago

cmarmo commented 7 months ago

This pull request fixes the overlay of the close button for narrow screens. Related to #208.

The close button moves from closebefore to closeafter

Is this acceptable?

lwasser commented 7 months ago

@cmarmo thank you!! that width issue was driving me crazy. i didn't realize the fix was just adding a prescribed width on the button itself.