- XF-Kompatibilität
- 2.2.x
- Kurzbeschreibung
- Enhance your website with extra.less code for a modern block layout, improving responsiveness and styling on screens larger than 1100px. Adjust node elements for better flexibility and aesthetics.
result:
add code to
add code to
CSS:
.block--category{
@media (min-width: 1100px){
@supports(display: grid){
.block-body{display:grid;
grid-template-columns:50% 50%;
}...
Sie haben keine Berechtigung, den vollständigen Inhalt dieser Ressource einzusehen.
Melden Sie sich an oder registrieren Sie sich jetzt.