diff --git a/src/components/Content/content.scss b/src/components/Content/content.scss index 82f9454a4128b5cc409a72711e773b686209d953..5d6b401d1ff8e6d82702c0ee5c0e0b0477e5b565 100644 --- a/src/components/Content/content.scss +++ b/src/components/Content/content.scss @@ -3,10 +3,11 @@ .content-view { position: relative; - height: 100%; + height: inherit; margin-top: 116px; background-color: $default-background; @media #{$large-phone} { margin-top: 0; + height: 100%; } }