diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index b883f7da..e53aff45 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -560,6 +560,15 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a { background-color: inherit !important; } +/* +############################################################################### + Style sheet for button on install pages +############################################################################### +*/ +.hardware img { + height: 75px; +} + /* ############################################################################### Style sheet for the cards diff --git a/themes/yunohost-docs/scss/theme/_global.scss b/themes/yunohost-docs/scss/theme/_global.scss index cb38b708..0573bda3 100644 --- a/themes/yunohost-docs/scss/theme/_global.scss +++ b/themes/yunohost-docs/scss/theme/_global.scss @@ -154,6 +154,15 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a { background-color: inherit !important; } +/* +############################################################################### + Style sheet for button on install pages +############################################################################### +*/ +.hardware img { + height: 75px; +} + /* ############################################################################### Style sheet for the cards