This commit is contained in:
2025-10-02 00:46:56 +02:00
commit 7cc9e689a4
66 changed files with 2924 additions and 0 deletions

50
css/index/contact.css Normal file
View File

@@ -0,0 +1,50 @@
body{
background-color: #212121;
}
.contacts{
width: 100%;
background-color: #212121;
color: white;
text-align: center;
padding-top: 4em;
padding-bottom: 4em;
margin: auto;
}
.contacts a{
color: white;
text-decoration: none;
}
.contacts br{
content: " ";
display: block;
height: 0.5em;
}
.contacts h2{
font-size: 1.5em;
}
.contact-format-container{
line-height: 1.2;
margin: auto;
width: 80%;
}
.contacts i{
font-size: 1.5em;
}
.iframe-map{
position: absolute;
width: 100%;
height: 50%;
}
@media screen and (min-width: 900px){
.contacts{
font-size: 0.9em;
}
.contact-format-container{
width: 35%;
}
}