Skip to content

Commit

Permalink
hwllo-world
Browse files Browse the repository at this point in the history
  • Loading branch information
parthasarathi04 committed Nov 17, 2024
1 parent 7af3001 commit ac2a7d0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/Component/CodeRepo/CodeRepo.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,22 @@

@media screen and (max-width: 900px) {
.repo {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
display: block;
}

.file-manager {
min-width: 80%;
max-height: 10px !important;
min-width: 90%;
min-height: 10vh;
position: static;
max-height: fit-content;
padding: 0;
margin: auto;
margin-bottom: 5vh;
}

.code {
min-width: 95%;
border-left: none;
margin: auto;
}
}

0 comments on commit ac2a7d0

Please sign in to comment.