aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCreateView.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
index 252340f6..e483ca17 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
@@ -5,6 +5,16 @@
margin-right: 200px;
}
+@media (max-width: 576px) {
+ .timeline-post-create-container {
+ padding-top: 60px;
+ }
+
+ .timeline-post-create-card{
+ margin-right: 0;
+ }
+}
+
.timeline-post-create {
display: flex;
}
@@ -41,4 +51,4 @@
flex-direction: column;
align-items: center;
margin-left: 1em;
-} \ No newline at end of file
+}