Skip to content

Commit

Permalink
Merge pull request #141 from aldrich2002/main
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
aldrich2002 authored Jun 22, 2022
2 parents ea548b3 + 988cb3f commit e86a4f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,13 @@ ul {
border-radius: 3rem;
color:white;
text-align: center;
font-weight: bold;
background-color: #13BFAB;
display: none;
width: 20rem;
height: 3rem;
font-size:1.3rem;
padding-top: 1%;
font-size:1.1rem;
padding-top: 2.7%;

}
.call:hover .heartless{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Footer() {

<div className='call'>
<a className='heartless' href="tel:91 83691 23184">
Contact us at +91 83691 23184
<p> Contact us at +91 83691 23184</p>
</a>


Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function Home() {
<div className="Home-container-2 lg:pb-[60px] pb-2 w-full lg:w-full mt-16">
<h1>START YOUR JOURNEY WITH US!</h1>
<h2 className="px-10 ">Foreign Language Courses We Offer</h2>
<div className='hidden lg:flex lg:pt-10 w-full lg:w-full sm:space-y-4 lg:space-y-0 py-5 px-10'>
<div className='hidden ml-[20%] lg:flex lg:pt-10 w-full lg:w-full sm:space-y-4 lg:space-y-0'>

<Popup sub="English" a1="/english-course-adults" a2="/english-course-kids" im="/images/eng.svg" src1="/images/[email protected]" src2='/images/Astronaut-English.png' />
<Popup sub="French" a1="/french-course-adults" a2="/french-course-kids" im="/images/French.png" src1="/images/[email protected]" src2='/images/Astronaut-French-1.png' />
Expand Down
4 changes: 2 additions & 2 deletions src/components/curriculum/Pop/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function Popup(pop) {
<div className="space-y-2">
<span onClick={() => setModalShow(true)} class="border-transparent border-0 btn-val hover:cursor-pointer" >
<div className="flex justify-center">
<div className='p-3 md:w-1/2 lg:w-1/2 flex flex-col justify-center items-center'>
<img src={pop.im} alt="img" className='w-[9rem] lg:w-[19rem] ' />
<div className='p-1 md:w-1/2 lg:w-1/2 flex flex-col justify-center items-center'>
<img src={pop.im} alt="img" className='w-[8.5rem] lg:w-[8.5rem] ' />
<h3 className='font-medium text-2xl mt-3 text-black text-center'>{pop.sub}</h3>
</div>
</div>
Expand Down

0 comments on commit e86a4f7

Please sign in to comment.