Browse Source

channel view tweaks

Klaudiusz Dembler 4 years ago
parent
commit
a206c79137
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/app/src/views/ChannelView/ChannelView.style.tsx

+ 2 - 1
packages/app/src/views/ChannelView/ChannelView.style.tsx

@@ -13,6 +13,7 @@ export const Header = styled.section<ChannelHeaderProps>`
   background-repeat: no-repeat;
   height: 430px;
   padding: 0 ${theme.sizes.b8}px;
+  margin: 0 -${theme.sizes.b8}px;
 `
 export const TitleSection = styled.div`
   display: flex;
@@ -24,10 +25,10 @@ export const Title = styled.h1`
   font-weight: bold;
   max-width: 320px;
   display: inline-block;
+  margin: 0;
 `
 
 export const VideoSection = styled.section`
-  padding: 0 ${theme.sizes.b8}px;
   margin-top: -100px;
 `
 export const VideoSectionHeader = styled.h5`