Skip to content

Commit

Permalink
checking mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gururajj77 committed Jan 11, 2024
1 parent 369361d commit 413b075
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/feed/post-dialog/post-dialog.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,13 @@
}
}

/* Responsive styling */
@media (max-width: 768px) {
.post-dialog {
padding: 1rem;
margin: 1rem;
width: 95%;
}
.post-text {
padding: 0.5rem;
// padding: 0.5rem;
width: calc(100% - 1rem);
}
.btn-save,
Expand Down

0 comments on commit 413b075

Please sign in to comment.