Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #189 from rnavaneeth992/main
Browse files Browse the repository at this point in the history
Minor Bug
  • Loading branch information
GammaMicrowave authored Jan 2, 2024
2 parents 2bd7494 + 5fada6d commit 2219b90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ footer {
text-align: center;
}

#footer img {
height: 75px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}


/*responsive*/
@media (max-width: 767px) {
Expand Down
6 changes: 3 additions & 3 deletions css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@
#wrapper {
margin: 0 30px;
margin-top: 50px;

display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card {
background-color: rgba(217, 217, 217, 0.2);
backdrop-filter: blur(10px);
width: 230px;
width: 220px;
margin: 25px 25px;
justify-content: center;
text-align: center;
transition: 0.3s ease;
height: 24rem;
justify-content: center;
border-radius: 10px;
position: relative;
}
.card:hover {
Expand All @@ -48,6 +47,7 @@
}
.image {
height: 90px;
width: 85px;
margin: 10px 10px;
padding-top: 10px;
padding-bottom: 1px;
Expand Down
Binary file modified images/Opencode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2219b90

Please sign in to comment.