mirror of
https://github.com/danilt2000/Alma-vid.git
synced 2026-02-05 02:04:12 +02:00
Centralize and update contact information across app
Introduced a centralized contacts configuration in src/config/contacts.js, added a useContacts hook, and a reusable ContactInfo component. Updated Header, Footer, Home, Office, Services, About, Objects, and Apartament pages to use the new contact data source. Added documentation in CONTACTS_CONFIG.md and included the AlmaVid logo asset.
This commit is contained in:
@@ -66,6 +66,55 @@
|
||||
.item__image {
|
||||
border-top-right-radius: 15px;
|
||||
border-top-left-radius: 15px;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
display: block;
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
height: 210px;
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
height: 190px;
|
||||
}
|
||||
|
||||
@media (max-width: $laptopWidth) {
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
@media (max-width: $tabletWidth) {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
@media (max-width: 740px) {
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
@media (max-width: 690px) {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@media (max-width: 635px) {
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
@media (max-width: 570px) {
|
||||
height: 190px;
|
||||
}
|
||||
|
||||
@media (max-width: $mobileWidth) {
|
||||
height: 210px;
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
height: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
.item__info {
|
||||
|
||||
Reference in New Issue
Block a user