diff --git a/index.html b/index.html index 87559b5..f1c5773 100644 --- a/index.html +++ b/index.html @@ -167,7 +167,6 @@ logo

Pasja, natura i domowy smak w każdym kawałku ciasta.

-

© 2026 Piekarnik Gosi.

Lokalizacja

@@ -249,5 +248,6 @@
+

© 2026 Piekarnik Gosi.

diff --git a/style.css b/style.css index 708e96f..d57da29 100644 --- a/style.css +++ b/style.css @@ -351,9 +351,13 @@ footer { grid-template-columns: 3fr 2fr 2fr; max-width: var(--max-content-width); margin: 3rem auto; - padding: 1rem 2rem; + padding: 2rem; gap: 1rem; + @media (max-width: 768px) { + grid-template-columns: 1fr; + } + & > :first-child { display: flex; flex-direction: column;