Changed rem to px aside from font-size

Good code practice
This commit is contained in:
2024-06-04 22:34:51 +02:00
parent 4f96fb5824
commit d0450ca673
9 changed files with 49 additions and 49 deletions

View File

@ -102,7 +102,7 @@ onUnmounted(() => {
background-color: rgba($purple, 0.6);
padding: 0 20px;
border-radius: 20px 20px 0 0;
height: 3.75rem;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
@ -149,7 +149,7 @@ onUnmounted(() => {
button {
padding: 10px 16px;
min-width: 6.25rem;
min-width: 100px;
border-radius: 5px;
}