Fixed cursors
This commit is contained in:
parent
592c25113b
commit
b8ad190b36
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue