diff --git a/src/components/Header/Header.css b/src/components/Header/Header.css index ede9e89..f1a1d9e 100644 --- a/src/components/Header/Header.css +++ b/src/components/Header/Header.css @@ -5,6 +5,10 @@ header { overflow: hidden; } +header img { + user-select: none; +} + .intro { width: 660px; position: absolute;