Updated containers and the image inline to be closer to the original site

This commit is contained in:
2023-09-04 01:30:59 +02:00
parent a2e9c105ba
commit 5b9b42f788
7 changed files with 66 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ export const Container = ({
const widthClass = {
small: "max-w-4xl",
medium: "max-w-5xl",
large: "max-w-7xl",
large: "container-large",
custom: ""
};