Add user-select: none to i elements.

This commit is contained in:
Shpuld Shpuldson 2017-11-02 11:27:52 +02:00
parent 63473964f8
commit 226f435a17

View file

@ -7,6 +7,10 @@
min-height: 100vh;
}
i {
user-select: none;
}
h4 {
margin: 0;
}