Старт

This commit is contained in:
2023-11-07 19:51:49 +06:00
commit 86542a157f
5002 changed files with 199551 additions and 0 deletions

22
assets/less/contact.less Normal file
View File

@ -0,0 +1,22 @@
/* ======= Contact Section ======= */
.contact-section {
padding-top: 90px;
padding-bottom: 90px;
background:@text-color url('../images/map.png') no-repeat center center;
color: #fff;
.section-title {
margin: 0;
margin-bottom: 15px;
font-size: 36px;
font-weight:300;
margin-bottom: 30px;
}
}
.contact-content {
max-width: 600px;
margin: 0 auto;
margin-bottom: 60px;
}