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"/>
<p>Pasja, natura i domowy smak w każdym kawałku ciasta.</p>
</div>
<p>&copy 2026 Piekarnik Gosi.</p>
</div>
<div>
<h4>Lokalizacja</h4>
@ -249,5 +248,6 @@
</li>
</ul>
</div>
<p>&copy 2026 Piekarnik Gosi.</p>
</footer>
</body>

View file

@ -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;