Skip to content

Commit

Permalink
Update graphics.jsx to improve accessibility by hiding lists on small…
Browse files Browse the repository at this point in the history
…er screens
  • Loading branch information
ethn1ee committed Jan 24, 2025
1 parent e9cbaa3 commit accd580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/sections/2-tracks/graphics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Graphics = () => {
disabilities, such as speech-to-text applications, sign
language translators, or eye-tracking communication devices.
</h4>
<ul className="mt-2 text-body-small text-white list-disc list-inside">
<ul className="hidden md:block mt-2 text-body-small text-white list-disc list-inside">
<li>Help disabled people</li>
<li>Make technology more accessible</li>
<li>
Expand Down Expand Up @@ -125,7 +125,7 @@ const Graphics = () => {
and healthcare providers, such as telemedicine platforms or
appointment scheduling apps.
</h4>
<ul className="mt-2 text-body-small text-white list-disc list-inside">
<ul className="hidden md:block mt-2 text-body-small text-white list-disc list-inside">
<li>Improving patient quality of life</li>
<li>Improving efficiency of medical workers</li>
<li>Responding to emergencies</li>
Expand Down Expand Up @@ -166,7 +166,7 @@ const Graphics = () => {
among students, teachers, and parents, enhancing the
educational experience.
</h4>
<ul className="mt-2 text-body-small text-white list-disc list-inside">
<ul className="hidden md:block mt-2 text-body-small text-white list-disc list-inside">
<li>More accessibility in educational materials</li>
<li>Provide a unique learning experience</li>
<li>Develop a new methodology or way to teach</li>
Expand Down

0 comments on commit accd580

Please sign in to comment.