Files
davo-reklama/css/tools/footer.css
2025-10-02 00:46:56 +02:00

16 lines
222 B
CSS

footer{
background-color: #A4A4A4;
padding: 1em;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
footer a{
color: black;
}
.iframe-map{
width: 100%;
}