Fixed paddings on the feed page

This commit is contained in:
kvakazyambra 2024-09-10 22:49:09 +03:00
parent 6e11e19f0a
commit 479a4ea852
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
.feed {
padding-top: 7.2rem;
}
.feedFilter {
@include media-breakpoint-down(md) {
margin-right: 1rem !important;

View File

@ -107,7 +107,7 @@ export const FeedView = (props: FeedProps) => {
const currentPeriod = createMemo(() => asOption(searchParams?.period || ''))
return (
<div class="feed">
<div class={clsx('wide-container', styles.feed)}>
<div class="row">
<div class={clsx('col-md-5 col-xl-4', styles.feedNavigation)}>
<Sidebar />