Fixed paddings on the feed page
This commit is contained in:
parent
6e11e19f0a
commit
479a4ea852
|
@ -1,3 +1,7 @@
|
||||||
|
.feed {
|
||||||
|
padding-top: 7.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.feedFilter {
|
.feedFilter {
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
margin-right: 1rem !important;
|
margin-right: 1rem !important;
|
||||||
|
|
|
@ -107,7 +107,7 @@ export const FeedView = (props: FeedProps) => {
|
||||||
const currentPeriod = createMemo(() => asOption(searchParams?.period || ''))
|
const currentPeriod = createMemo(() => asOption(searchParams?.period || ''))
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="feed">
|
<div class={clsx('wide-container', styles.feed)}>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class={clsx('col-md-5 col-xl-4', styles.feedNavigation)}>
|
<div class={clsx('col-md-5 col-xl-4', styles.feedNavigation)}>
|
||||||
<Sidebar />
|
<Sidebar />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user