Skip to content

Commit

Permalink
Fix stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
zmekonnen251 committed Sep 22, 2022
1 parent fb770a2 commit 465a168
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/components/LoadingSpinner.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.spinner{
text-align: center;
margin-top: 3rem;
}
.spinner {
text-align: center;
margin-top: 3rem;
}
5 changes: 4 additions & 1 deletion src/components/Navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
padding: 20px 0;
width: 270px;
}
.avatarLink{

.avatarLink {
text-align: center;
}

.currentAvatar {
align-self: center;
width: 70px;
height: 70px;
border: 1px groove gray;
border-radius: 50%;

/* text-align: center; */
}

Expand Down
6 changes: 3 additions & 3 deletions src/components/auth.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
margin-bottom: 1rem;
}

.specialization{
.specialization {
font-size: 0.8rem;
font-style: italic;
color: rgb(55, 55, 55)
color: rgb(55, 55, 55);
}

.auth__form__button {
Expand All @@ -65,7 +65,7 @@
cursor: pointer;
}

.success-message{
.success-message {
text-align: center;
margin-top: 6rem;
font-size: 2.5rem;
Expand Down

0 comments on commit 465a168

Please sign in to comment.