update src/components/ContactUsInfoCard/index.js and src/index.scss

master
mahdi 2 years ago
parent c5bd06aee2
commit 0cefcc8576
  1. 2
      src/components/ContactUsInfoCard/index.js
  2. 5
      src/index.scss

@ -7,7 +7,7 @@ import phone from "./images/phone.svg";
const ContactUsInfoCard = ({ items }) => {
return (
<div className="max-w-[650px] flex flex-col rounded border bg-white border-gray-200 p-4 mx-auto mt-10">
<div className="max-w-[650px] flex flex-col rounded-md border bg-white border-gray-200 p-4 mx-auto mt-10">
{/* logo && map */}
<div className="flex flex-row items-center justify-between ">
<img src={map} alt="map" />

@ -9,6 +9,11 @@
src: url(./assets/fonts/IRANSansXFaNum-Regular.woff);
}
@font-face {
font-family: "iransansBold";
src: url(./assets/fonts/IRANSansX-Bold.woff);
}
body {
font-family: iransans-medium;
direction: rtl;

Loading…
Cancel
Save