From 636267f28f942edd4411f686122b3d0c5756bbbd Mon Sep 17 00:00:00 2001 From: Lukian Date: Sun, 6 Apr 2025 17:58:40 +0200 Subject: [PATCH] fix: fixed content position for some pages --- front/src/styles/ChannelsPage.css | 2 +- front/src/styles/UserPage.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/styles/ChannelsPage.css b/front/src/styles/ChannelsPage.css index a320492..d7d9982 100644 --- a/front/src/styles/ChannelsPage.css +++ b/front/src/styles/ChannelsPage.css @@ -1,7 +1,7 @@ .channels-page { display: flex; flex-direction: column; - justify-content: center; + justify-content: start; align-items: center; width: 100%; min-height: 100vh; diff --git a/front/src/styles/UserPage.css b/front/src/styles/UserPage.css index a44aa87..63a8692 100644 --- a/front/src/styles/UserPage.css +++ b/front/src/styles/UserPage.css @@ -1,7 +1,7 @@ .user-page { display: flex; flex-direction: column; - justify-content: center; + justify-content: start; align-items: center; width: 100%; min-height: 100vh;