Restructure project: add base theme and all modules like example
This commit is contained in:
10
example/modules/central-libraries-small.css
Normal file
10
example/modules/central-libraries-small.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user