diff --git a/src/components/Footer/index.astro b/src/components/Footer/index.astro index e30b005..efeee54 100644 --- a/src/components/Footer/index.astro +++ b/src/components/Footer/index.astro @@ -46,6 +46,27 @@ import { concatWithBase } from "@utils/concatWithBase"; alt="X/Twitter" /> #gocon +
+ Go Conference 2024 Website is licensed under CC BY 4.0 +
Go Conference
@@ -114,6 +135,7 @@ import { concatWithBase } from "@utils/concatWithBase"; margin: 0 auto; display: flex; justify-content: space-between; + align-items: center; padding: 16px 32px; @media screen and (max-width: 768px) { @@ -123,6 +145,15 @@ import { concatWithBase } from "@utils/concatWithBase"; } } + .cc { + display: block; + color: #666; + + @media screen and (max-width: 768px) { + order: 3; + } + } + .credit { display: flex; flex-direction: column;