Commit d560d11a by sujata

add address

1 parent 5feb8b2d
...@@ -34,6 +34,9 @@ const ContactInfo = () => { ...@@ -34,6 +34,9 @@ const ContactInfo = () => {
<p> <p>
<span> Strategic Consulting Centre: </span> No.988 1st Floor, 13th Cross, Banashankari II Stage, Bengaluru – 560070 <span> Strategic Consulting Centre: </span> No.988 1st Floor, 13th Cross, Banashankari II Stage, Bengaluru – 560070
</p> </p>
<p>
<span> Operation excellence center - 2: </span> Paradise, 2nd Floor, Unit No. 210 and 211, Door No.4-88/72, Pumpwell - Padil Road, Mangalore 575005
</p>
</div> </div>
</div> </div>
......
...@@ -86,6 +86,10 @@ const Footer = () => { ...@@ -86,6 +86,10 @@ const Footer = () => {
<span><h3 className="mb-1 office-heading"> Strategic Consulting Centre:</h3> <span><h3 className="mb-1 office-heading"> Strategic Consulting Centre:</h3>
</span> No.988 1st Floor, 13th Cross, Banashankari II Stage, <br className="d-xxl-none d-lg-block d-none" /> Bengaluru 560070 </span> No.988 1st Floor, 13th Cross, Banashankari II Stage, <br className="d-xxl-none d-lg-block d-none" /> Bengaluru 560070
</li> </li>
<li>
<span><h3 className="mb-1 office-heading">Operation excellence center - 2:</h3>
</span> Paradise, 2nd Floor, Unit No. 210 and 211, <br className="d-xxl-none d-lg-block d-none" /> Door No.4-88/72, Pumpwell - Padil Road, Mangalore 575005
</li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -7577,7 +7577,7 @@ Footer Area CSS ...@@ -7577,7 +7577,7 @@ Footer Area CSS
.single-footer-widget .footer-contact-info ul li span { .single-footer-widget .footer-contact-info ul li span {
color: var(--mainColor); color: var(--mainColor);
margin-right: 5px; margin-right: 2px;
font-weight: 600; font-weight: 600;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!