mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
bigger close button on the banners
This commit is contained in:
parent
6b1e9efe73
commit
3c3b6f2091
1 changed files with 3 additions and 2 deletions
|
@ -35,9 +35,10 @@
|
|||
}
|
||||
.closeButton {
|
||||
margin-right: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
/* margin-top: 0.5rem; */
|
||||
/* margin-bottom: 0.5rem; */
|
||||
transition: 0.125s;
|
||||
font-size: 1.4rem;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: var(--text-color);
|
||||
|
|
Loading…
Reference in a new issue