diff --git a/pages/01.administrate/02.install/01.install_process/install_process.md b/pages/01.administrate/02.install/01.install_process/install_process.md index 987bdf64..83446a9e 100644 --- a/pages/01.administrate/02.install/01.install_process/install_process.md +++ b/pages/01.administrate/02.install/01.install_process/install_process.md @@ -60,12 +60,6 @@ routes: {% set at_home = true %} {% endif %} - Select the hardware on which you want install YunoHost : [div class="flex-container"] @@ -94,7 +88,7 @@ Select the hardware on which you want install YunoHost : [/div] [/div] -[div class="flex-container"] +[div class="flex-container pt-2"] {% if rpi2plus or rpi1 or rpi0 %} [div class="flex-child hardware{%if rpi2plus %} active{% endif %}"] diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index ead0ef98..c62c3ab6 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -195,6 +195,12 @@ body .off-canvas .learn-sidebar .searchbox input { Style sheet for the cards ############################################################################### */ + +.hardware.active { + box-shadow: 0 0 15px #bbb; + border-radius: 5px; +} + .hardware-image #cards-list:after { content:''; display:block;