diff --git a/src/pages/_CV/Page1/sections/SectionSkills.astro b/src/pages/_CV/Page1/sections/SectionSkills.astro index 56939c3..dbb5433 100644 --- a/src/pages/_CV/Page1/sections/SectionSkills.astro +++ b/src/pages/_CV/Page1/sections/SectionSkills.astro @@ -34,10 +34,6 @@ const { class: className } = Astro.props; flex-flow: row wrap; justify-content: center; gap: 2mm; - - -webkit-user-select: none; /* Safari */ - -ms-user-select: none; /* IE 10 and IE 11 */ - user-select: none; /* Standard syntax */ } .image-list img { transition: transform 0.2s ease-in-out; diff --git a/src/pages/_CV/Page2/Page2.astro b/src/pages/_CV/Page2/Page2.astro index c554804..2edf123 100644 --- a/src/pages/_CV/Page2/Page2.astro +++ b/src/pages/_CV/Page2/Page2.astro @@ -10,9 +10,9 @@ import SectionInterests from "./sections/SectionInterests.astro"; - +