centered layout with columns breakpoints

This commit is contained in:
2019-06-17 16:50:16 +02:00
parent 88dc7b7ea4
commit 625f6eb84b
10 changed files with 332 additions and 16 deletions

View File

@@ -79,6 +79,11 @@ function materiotheme_preprocess_page(&$vars){
// ));
// }
function materiotheme_preprocess_node_materiau_teaser(&$vars){
// $vars['attributes']['class'] = 'card';
// kint($vars['attributes']);
}
/**
* Implements hook_form_alter
*/