Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Nov 4, 2024
1 parent fbd90ad commit b8bbbca
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
.wrapper {
display: flex;
flex-direction: column;
align-items: center;
display: flex;
flex-direction: column;
align-items: center;
}

.resultblock {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2.25rem;
max-width: 960px;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2.25rem;
max-width: 960px;
width: 100%;
}

.blocktitle {
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: 120%;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: 120%;
}

.resultrow {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
text-wrap: wrap;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
text-wrap: wrap;

@media (max-width: 1024px) {
flex-direction: column;
align-items: center;
}
@media (max-width: 1024px) {
flex-direction: column;
align-items: center;
}
}

.results {
display: flex;
flex-direction: column;
gap: 1.5rem;
max-width: 20%;
align-items: center;
display: flex;
flex-direction: column;
gap: 1.5rem;
max-width: 20%;
align-items: center;

@media (max-width: 1024px) {
max-width: 100%;
}
@media (max-width: 1024px) {
max-width: 100%;
}
}

.mainresult{
color: var(--blue-dark);
font-size: 3rem;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
.mainresult {
color: var(--blue-dark);
font-size: 3rem;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html {

--focus-color: #8b0f40;

--blue-dark: #0014CD;
--blue-dark: #0014cd;

/* TODO: upgrade color-scheme with correct colors */
--secondary-red: #f0503f;
Expand Down

0 comments on commit b8bbbca

Please sign in to comment.