Skip to content

Commit db9ee91

Browse files
committed
Fix CSS flexbox property and formatting issues
Replaces 'justify-content: end' with 'justify-content: flex-end' for proper flexbox alignment and removes extra whitespace in class selector for consistency.
1 parent ccdd3df commit db9ee91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Components/Skills/SkillContainer/SkillContainer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
display: flex;
2424
flex-direction: row;
2525
align-items: center;
26-
justify-content: end;
26+
justify-content: flex-end;
2727
gap: 0.5rem;
2828
font-size: 1.5rem;
2929
}
@@ -76,7 +76,7 @@
7676
gap: 0.5rem;
7777
}
7878

79-
.skill-container__level-block {
79+
.skill-container__level-block {
8080
border-radius: 0.25rem;
8181
overflow: hidden;
8282
height: 1.25rem;

0 commit comments

Comments
 (0)