Content Banner md lg xl breakpoints

This commit is contained in:
adilallo
2025-09-08 19:23:30 -06:00
parent d500cf2c91
commit 6123ced665
3 changed files with 42 additions and 4 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ const ContentContainer = ({ post, width = "200px", size = "responsive" }) => {
return (
<div
className={`${containerClasses} ${
size === "responsive" ? "max-w-[298px] sm:max-w-[479px]" : ""
size === "responsive"
? "max-w-[298px] sm:max-w-[479px] lg:max-w-[365px] xl:max-w-[623px]"
: ""
}`}
style={size === "responsive" ? {} : { width }}
>