Some updates

This commit is contained in:
Matheus Albino
2024-07-02 21:31:34 -03:00
parent 9cbf921961
commit 3f681abc6f
2 changed files with 79 additions and 10 deletions

View File

@@ -113,6 +113,37 @@
font-size: 2rem;
}
.result .wordCount {
.result .highlight {
color: var(--green-300);
text-decoration: underline;
font-weight: bold;
}
.foundWordsList {
display: flex;
flex-direction: column;
/* justify-content: center; */
/* text-align: center; */
}
.foundWordsList h2 {
text-align: center;
margin-bottom: 1rem;
}
.row {
display: flex;
align-items: center;
justify-content: space-between;
width: 24vw;
border: solid 1px;
padding: 0.5rem;
}
.row span {
font-size: 1.25rem;
}
.row span + span {
/* margin-top: 0.5rem; */
}