Fixed cursors

This commit is contained in:
ポール ウェッブ 2018-05-29 17:22:18 -05:00
parent 592c25113b
commit b8ad190b36

View file

@ -250,6 +250,10 @@
font-size: 1.5rem;
text-align: center;
> span {
cursor: pointer;
}
> div {
display: none;
}
@ -264,6 +268,10 @@
h2 {
font-size: 3rem;
margin-bottom: 1rem;
> span {
cursor: default;
}
}
&::before {