Skip to content

Commit

Permalink
Revert "minor fix"
Browse files Browse the repository at this point in the history
This reverts commit 5b0d5a1.
  • Loading branch information
MAVRICK-1 committed May 13, 2024
1 parent 5b0d5a1 commit 90d81d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/pages/About/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function Tes() {
<a
href={contributor.html_url}
className="cardLink"
target="_blank" rel="noreferrer"
target="_blank"
rel="noreferrer"
>
<CardMedia
component="img"
Expand All @@ -48,7 +49,8 @@ function Tes() {
<a
href={contributor.html_url}
className="cardLink"
target="_blank" rel="noreferrer"
target="_blank"
rel="noreferrer"
>
<CardMedia
component="img"
Expand Down
4 changes: 1 addition & 3 deletions src/pages/About/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* {
text-decoration: none;
list-style: none;
align-items: center;
justify-content: center;
}

.about-container {
Expand Down Expand Up @@ -151,4 +149,4 @@
display: flex;
align-items: center;
justify-content: center;
}
}

0 comments on commit 90d81d2

Please sign in to comment.