diff --git a/src/assets/css/home.css b/src/assets/css/home.css index 5a47cce0..e7a2aea8 100644 --- a/src/assets/css/home.css +++ b/src/assets/css/home.css @@ -1,3 +1,38 @@ +/** + * Actions + */ +.ui.ui.ui.ui.stackable.grid.actions { + margin-left: -1rem !important; + margin-right: -1rem !important; +} +@media (max-width: 991.9px) { + .ui.grid.actions > .column:not(.row) { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } + .ui.grid.actions > .column:not(.row):first-child { + padding-top: 1rem; + } + .ui.grid.actions > .column:not(.row):last-child { + padding-bottom: 1rem; + } +} +@media (min-width: 992px) { + .ui.grid.actions > .column:not(.row) { + padding-left: 0.5rem; + padding-right: 0.5rem; + } + .ui.grid.actions > .column:not(.row):first-child { + padding-left: 1rem; + } + .ui.grid.actions > .column:not(.row):last-child { + padding-right: 1rem; + } +} + +/** + * Statistics + */ .ui.statistics { flex-direction: column; align-items: center; diff --git a/src/pages/home.php b/src/pages/home.php index d7633748..3beffe37 100644 --- a/src/pages/home.php +++ b/src/pages/home.php @@ -25,7 +25,7 @@ $page->navigation();
= __('wishthis is a simple, intuitive and modern wishlist platform to create, manage and view your wishes for any kind of occasion.') ?>
-