Skip to content

Commit

Permalink
Merge pull request #48 from sahhoArjun097/main
Browse files Browse the repository at this point in the history
improving the responsiveness for the mobile #19
  • Loading branch information
tushargupta1504 authored Oct 2, 2024
2 parents abe488a + 002c4f1 commit 2dc8d3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,16 @@ footer h5 {

color:#6bc1f1;
}
@media (max-width: 440px) {

.circle{
position: absolute;
justify-content: center;
background-color: var(--mavi);
height:80%;
width: 80%;
border-radius: 50%;
opacity: 0.8;
}

}

0 comments on commit 2dc8d3d

Please sign in to comment.