From 413b0752a543ad34da63ba1580b071438b66fd99 Mon Sep 17 00:00:00 2001 From: Gururajj77 Date: Thu, 11 Jan 2024 23:55:44 +0530 Subject: [PATCH] checking mobile version --- src/app/feed/post-dialog/post-dialog.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/feed/post-dialog/post-dialog.component.scss b/src/app/feed/post-dialog/post-dialog.component.scss index 752ccf1..70df96c 100644 --- a/src/app/feed/post-dialog/post-dialog.component.scss +++ b/src/app/feed/post-dialog/post-dialog.component.scss @@ -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,