Skip to content
Snippets Groups Projects
Commit 877a0a48 authored by GraphieDK's avatar GraphieDK
Browse files

User select

parent 8b9a2ae1
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
margin-left: 5rem; margin-left: 5rem;
transform: scaleX(-1); transform: scaleX(-1);
width: 115%; width: 115%;
user-select: none;
} }
.Introduction .Con2 .Introduction .Con2
...@@ -89,6 +90,7 @@ ...@@ -89,6 +90,7 @@
margin-top: -8rem; margin-top: -8rem;
width: 150%; width: 150%;
margin-left: -15rem; margin-left: -15rem;
user-select: none;
} }
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
position: absolute; position: absolute;
width: 50%; width: 50%;
margin-left: 50%; margin-left: 50%;
user-select: none;
} }
.Stats .Description .Stats .Description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment