Widget:Layout2

Uit Dorpsbelang Den Hout
Ga naar:navigatie, zoeken

<style>

   div.sub-wrapper{
   display:grid;
   grid-template-columns: 20ch auto;
   grid-template-areas: 'header header'
                        'header main'
                        'footer footer';
   
 } 
 div.sub-sidebar{
   display: none;
 }

</style>