Skip to content
Snippets Groups Projects
Commit 226f435a authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Add user-select: none to i elements.

parent 63473964
Branches
Tags
No related merge requests found
......@@ -7,6 +7,10 @@
min-height: 100vh;
}
i {
user-select: none;
}
h4 {
margin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment