Skip to content

Commit

Permalink
Making the Write Page responsive amrit03b#42
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravGupta993 committed Oct 29, 2023
1 parent cbd2dc3 commit 82fa27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions write.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
object-fit: cover; /* Use object-fit to ensure the image covers the entire container */
}

@media screen and (max-width: 800px) {
/* @media screen and (max-width: 800px) {
.writing-section {
width: 100%;
}
.publishing-options {
width: 100%;
padding: 40px 0;
}
}
} */
/* Scrollbar */
::-webkit-scrollbar {
width: 8px;
Expand Down

0 comments on commit 82fa27c

Please sign in to comment.