This commit is contained in:
bronkuu 2026-04-28 12:10:24 +02:00
parent 3739e17226
commit 677c54e96d
2 changed files with 6 additions and 2 deletions

View file

@ -167,7 +167,6 @@
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/> <img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
<p>Pasja, natura i domowy smak w każdym kawałku ciasta.</p> <p>Pasja, natura i domowy smak w każdym kawałku ciasta.</p>
</div> </div>
<p>&copy 2026 Piekarnik Gosi.</p>
</div> </div>
<div> <div>
<h4>Lokalizacja</h4> <h4>Lokalizacja</h4>
@ -249,5 +248,6 @@
</li> </li>
</ul> </ul>
</div> </div>
<p>&copy 2026 Piekarnik Gosi.</p>
</footer> </footer>
</body> </body>

View file

@ -351,9 +351,13 @@ footer {
grid-template-columns: 3fr 2fr 2fr; grid-template-columns: 3fr 2fr 2fr;
max-width: var(--max-content-width); max-width: var(--max-content-width);
margin: 3rem auto; margin: 3rem auto;
padding: 1rem 2rem; padding: 2rem;
gap: 1rem; gap: 1rem;
@media (max-width: 768px) {
grid-template-columns: 1fr;
}
& > :first-child { & > :first-child {
display: flex; display: flex;
flex-direction: column; flex-direction: column;