CSS bug fixes and accessibility improvements #8

Merged
DorianNiemiecSVRJS merged 16 commits from main into main 2024-07-29 22:20:35 +02:00

16 commits

Author SHA1 Message Date
5ddd11ed84 Fix clipped at the bottom headings with text gradient. 2024-07-29 21:49:01 +02:00
700fdba7b8 Make the "Process to setting up a WordPress website running on SVR.JS" text in the "SVRJS in action" section smaller 2024-07-29 21:27:27 +02:00
bd44ccc123 Make text below "Accelerate your development" header smaller for mobile devices. 2024-07-29 21:25:29 +02:00
1c8c71da47 Fix the hydration error related to <span> elements in <svg> element; <span> elements don't belong in <svg> elements! 2024-07-29 21:23:44 +02:00
207958e0f7 Improve the accessiblity of mobile menu toggle, and theme toggle. 2024-07-29 21:14:09 +02:00
35cc40b487 Improve the accessiblity of SVR.JS logo in the navigation bar. 2024-07-29 21:11:00 +02:00
7ad120cd8d Improve the accessibility of Linux and Docker buttons. 2024-07-29 21:09:37 +02:00
bf731b363d Improve accessibility in testimonials section; rendered <li> elements are now in <ul> element. 2024-07-29 21:04:44 +02:00
a354ae5de0 Improve accessibility in the navigation bar; direct child of rendered <ul> element are now only <li> elements. 2024-07-29 21:02:58 +02:00
a97d64ded5 Change the background color of the footer in the light mode from Zinc 100 to Zinc 50, in order for the hover effect in social media icons to be visible. 2024-07-29 20:50:10 +02:00
5c56c4580d Make the image in the About section correct size for older browsers. 2024-07-29 20:49:07 +02:00
3e4468161c Remove "bg-primary" Tailwind class from the "Simplify" word in the heading in the hero section, that will be overridden by gradient-related Tailwind class anyway. 2024-07-29 20:47:20 +02:00
2bf2d3036b Make older browsers not show a horizontal scroll bar, because of the header 2024-07-29 20:45:51 +02:00
8e1b93721a Replace one <main> tag with <div> tag, and removed a <main> tag, that wrapped prior <main> tag; <main> tag specifies the main content of a document, and there must not be more than one <main> tag! 2024-07-29 20:43:07 +02:00
2b24b774c4 Fix bug with page going all the way to top, while toggling mobile navigation menu. 2024-07-29 20:41:01 +02:00
022fafd3fd Update package-lock.json 2024-07-29 20:15:44 +02:00