refactor: change line-height of popup-close

This commit is contained in:
JohnEmerson1406
2020-12-19 19:46:13 -03:00
parent 5901850075
commit 2d40fe0d6a

View File

@@ -213,7 +213,7 @@ body {
background-color: var(--bgColor); background-color: var(--bgColor);
z-index: 4; z-index: 4;
color: var(--accentColor); color: var(--accentColor);
line-height: 3rem; line-height: 2.7rem;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;