footer
This commit is contained in:
parent
3739e17226
commit
677c54e96d
2 changed files with 6 additions and 2 deletions
|
|
@ -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>© 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>© 2026 Piekarnik Gosi.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue