diff --git a/blog/components/Base.ts b/blog/components/Base.ts index ff7767a..bc8c7d7 100644 --- a/blog/components/Base.ts +++ b/blog/components/Base.ts @@ -21,6 +21,8 @@ export const Base = (props: BaseProps) => + + ${ !props.page?.relativeWebsitePath ? "" : ` @@ -41,10 +43,8 @@ export const Base = (props: BaseProps) => ` } - - ${ @@ -80,9 +80,8 @@ function googleTagManagerScript() { `; } diff --git a/blog/components/Footer.ts b/blog/components/Footer.ts index 3760d29..e64580c 100644 --- a/blog/components/Footer.ts +++ b/blog/components/Footer.ts @@ -8,10 +8,11 @@ export function Footer(props: { currentPageMenu?: string; menus: MenuInfo[] }) { const footherClass = cssClass({ className: "foother", properties: { - justifyContent: "space-around", + justifyContent: "space-between", margin: "50px 0 50px 0", + padding: "0 30px 0 30px", flexWrap: "wrap", - gap: "20px" + gap: "20px", }, from: rowClass, }); @@ -28,7 +29,7 @@ export function Footer(props: { currentPageMenu?: string; menus: MenuInfo[] }) { return html`