Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
parthasarathi04 committed Nov 17, 2024
1 parent 3dfd297 commit 14e8da2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/Component/CodeRepo/CodeRepo.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.code {
width: 80%;
padding: 15px;
padding: 1%;
border-left: 1px solid #5d5a6b;
display: flex;
justify-content: center;
Expand All @@ -43,20 +43,17 @@
z-index: 10;
width: 100%;
background-color: #242425;
padding: 5px;
padding: 5px 0;
}

.coding {
position: sticky;
min-width: 95%;
position: relative;
max-width: 95%;
border-radius: 4px;
}

.coding code {
position: sticky;
min-width: 95%;
max-width: 95%;
max-width: 80%;
border-radius: 4px;
}

Expand Down Expand Up @@ -97,7 +94,8 @@

.file-manager {
min-width: 80%;
position: relative;
max-height: 10px !important;
position: static;
}

.code {
Expand Down

0 comments on commit 14e8da2

Please sign in to comment.