Skip to content
Snippets Groups Projects
Commit 2fbbad07 authored by Andris Borbás's avatar Andris Borbás
Browse files

Disable selection highlight on hero

parent 5991891f
No related branches found
No related tags found
No related merge requests found
Pipeline #6060 passed with warnings
...@@ -8,7 +8,7 @@ export default function Hero() { ...@@ -8,7 +8,7 @@ export default function Hero() {
</h2> </h2>
</div> </div>
<div className="relative w-full overflow-hidden" id="hero-container"> <div className="relative w-full overflow-hidden" id="hero-container">
<h1 className="text-hero pl-4 font-schdesign cursor-default sm:pl-16 md:pl-24 md:pt-32 lg:pl-32 xl:pl-48 xl:pt-64"> <h1 className="text-hero pl-4 font-schdesign cursor-default select-none sm:pl-16 md:pl-24 md:pt-32 lg:pl-32 xl:pl-48 xl:pt-64">
schdesign schdesign
</h1> </h1>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment