Skip to content

Commit 602a463

Browse files
committed
correction chemin favicon + correction design sur mobile
1 parent 7c6eeaf commit 602a463

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/TechnologyContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const TechnologyContainer = () => {
3535
return (
3636
<>
3737
{selectedTab === selectedTech?.name && (
38-
<div className="w-full lg:h-full flex flex-col lg:flex-row lg:items-center lg:justify-between lg:pl-32">
38+
<div className="w-full lg:h-full flex flex-col-reverse lg:flex-row lg:items-center lg:justify-between lg:pl-32">
3939
<div className="lg:h-full lg:flex lg:flex-row lg:items-center">
4040
<div className="flex justify-center lg:flex-col lg:justify-around order-2 lg:order-1 lg:mr-12 my-8 lg:my-0 lg:flex-1 lg:flex-grow lg:h-1/2">
4141
<button
@@ -72,7 +72,7 @@ const TechnologyContainer = () => {
7272
</p>
7373
</div>
7474
</div>
75-
<div className="order-1 lg:order-3 h-[527px]">
75+
<div className="order-1 lg:order-3 lg:h-[527px]">
7676
<img
7777
id="img-tech"
7878
src={

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { backgroundMobile, backgroundDesktop } = Astro.props;
77
<html lang="en">
88
<head>
99
<meta charset="utf-8" />
10-
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
10+
<link rel="icon" type="image/svg+xml" href="/space-tourism/images/favicon.svg" />
1111
<meta name="viewport" content="width=device-width" />
1212
<meta name="author" content="Jodie Addis">
1313
<meta name="description" content="Discover Space Tourism 🚀, an immersive space travel website: destinations, crew, and cutting-edge technologies for an unforgettable journey.">

0 commit comments

Comments
 (0)