bigger close button on the banners

This commit is contained in:
Miodec 2022-02-25 20:06:43 +01:00
parent 6b1e9efe73
commit 3c3b6f2091

View file

@ -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);