This commit is contained in:
2026-02-17 22:33:22 +03:00
parent 00c2ee32a1
commit eb7bf7bf9d
12 changed files with 1097 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
This module will change "My Media (small)" to be centered on the homepage.
This is useful to make the homepage look more balanced.
This can be used as a standalone module.
*/
#indexPage .section0 .itemsContainer.padded-left.padded-right {
justify-content: center !important;
padding-top: 15px !important;
}