Context-Column (empty)
CODE
×
HTML
<div class='context-column empty'> <div class='clearfix'></div> </div>
CSS
@media screen and (max-width: 1119px) { div.context-column.empty { max-width: none; position:relative; margin-left: 30px; margin-right: 30px; width: calc(100% - 60px); clear:both; top:0; margin-top: 65px; margin-bottom: 20px; } } @media screen and (max-width: 767px) { div.context-column.empty { margin-left: 20px; margin-right: 20px; width: calc(100% - 40px); } } @media screen and (max-width: 1119px) { div.context-column { max-width: none; position:relative; margin-left: 30px; margin-right: 30px; width: calc(100% - 60px); clear:both; top:0; margin-top: 65px; margin-bottom: 20px; min-height: auto; } } @media screen and (max-width: 767px) { div.context-column { margin-left: 20px; margin-right: 20px; width: calc(100% - 40px); min-height: auto; } } div.clearfix:before { display:table-cell; } div.clearfix:after { position:-webkit-sticky;position:sticky; } .context-column + .clearfix { height: 15px; width: 100%; display: inline-block; }
JS
Context-Column (empty)
Erstellt: 12.09.2024 - 17:36 Uhr
Letzte Änderung: 12.09.2024 - 17:36 Uhr
×