By admin , 22 April, 2023 Tags preprocess /** * Implements hook_preprocess_HOOK(). */ function hram_preprocess_html(&$variables) { $variables['html_attributes']->addClass('h-100'); }