Skip to content

Commit

Permalink
Merge pull request #82 from amrit03b/revert-81-main
Browse files Browse the repository at this point in the history
Revert "Making the Write Page responsive #42"
  • Loading branch information
amrit03b authored Oct 29, 2023
2 parents cbf6de4 + d2adfae commit dd4b49e
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 dd4b49e

Please sign in to comment.