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;