neutral preview images

This commit is contained in:
2023-01-28 14:18:06 +02:00
parent ec96ed0162
commit c90db49be3
22 changed files with 67 additions and 13 deletions

View File

@ -149,7 +149,7 @@ module Merged
def margin_for( section )
{ "0" => " m-0" ,
"none" => "" ,
"20" => " m-20" ,
"20" => " 8 md:12 lg:16 xl:m-20" ,
}[section.option("margin")] || ""
end
# need full color names for tailwind to pick it up