Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove additional whitespace generated
Links on the resume page had additional whitespace surrounding `<span>` elements, making the underline on the anchor elements look weird. Similar issue with the `<summary>` elements. Since `@astrojs/[email protected]`, Astro preserves whitespace before compacting; see withastro/compiler#893 for more details and links to other issues. To address this change without refactoring all the HTML onto a single line to avoid creating whitespace-only text nodes inside an inline-formatting context, set the display to `flex`. For information on how whitespace is handled by HTML and CSS, see this article on MDN: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Whitespace
- Loading branch information