Remove example folder

This commit is contained in:
2026-02-15 20:36:08 +03:00
parent ffc4257a41
commit 0175adffd1
12 changed files with 0 additions and 1097 deletions

View File

@@ -1,10 +0,0 @@
/*
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;
}