diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index f1b49a1e2..0c33dc4a1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -1,6 +1,10 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .peertube-container { | ||
5 | padding-bottom: 20px; | ||
6 | } | ||
7 | |||
4 | .main-row { | 8 | .main-row { |
5 | min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); | 9 | min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); |
6 | } | 10 | } |
@@ -84,11 +88,3 @@ | |||
84 | flex: 1; | 88 | flex: 1; |
85 | } | 89 | } |
86 | } | 90 | } |
87 | |||
88 | footer { | ||
89 | padding: 10px 0; | ||
90 | font-size: 11px; | ||
91 | margin-top: $footer-margin; | ||
92 | height: $footer-height; | ||
93 | justify-content: center; | ||
94 | } | ||