mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-14 13:15:57 +00:00
Adding in the extra wide block
This commit is contained in:
@@ -26,6 +26,11 @@ module.exports = [
|
||||
icon : 'fa-arrows-v',
|
||||
gen : "<div style='margin-top:140px'></div>\n\n"
|
||||
},
|
||||
{
|
||||
name : "Wide Block",
|
||||
icon : 'fa-arrows-h',
|
||||
gen : "<div class='wide'>\nEverything in here will be extra wide. Tables, text, everything! Beware though, CSS columns can behave a bit weird sometimes.\n</div>\n"
|
||||
},
|
||||
{
|
||||
name : "Image",
|
||||
icon : 'fa-image',
|
||||
|
||||
Reference in New Issue
Block a user