diff --git a/frontend/theme/extras/blocks/teaser.less b/frontend/theme/extras/blocks/teaser.less index 4d79c99..f1ffe99 100644 --- a/frontend/theme/extras/blocks/teaser.less +++ b/frontend/theme/extras/blocks/teaser.less @@ -267,16 +267,3 @@ .block.teaser.hero{ margin-bottom: 4rem; } - -body.has-toolbar { - .block.teaser { - .teaser-item.hero { - .content { - // @media (min-width: 768px) { - // left: calc(30px + 80px); - // width: calc(100% - 30px - 80px); - // } - } - } - } -}