Skip to content

Commit

Permalink
deploy: 9dd46ee
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenhp committed Feb 10, 2024
1 parent 1ec2e6f commit 2bbe53b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion assets/index-5c393709.js → assets/index-0527432d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/index-ed1f4321.css → assets/index-f0ee208d.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ h4,
}

.map {
height: 300px;
height: 600px;
width: 100%;

}
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue 3 landing Page</title>
<title>Airmail</title>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&amp;display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/owl.carousel.min.css" />
Expand All @@ -15,8 +14,8 @@
<link rel="stylesheet" href="/fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="/css/aos.css" />
<link rel="stylesheet" href="/css/style.css" />
<script type="module" crossorigin src="/assets/index-5c393709.js"></script>
<link rel="stylesheet" href="/assets/index-ed1f4321.css">
<script type="module" crossorigin src="/assets/index-0527432d.js"></script>
<link rel="stylesheet" href="/assets/index-f0ee208d.css">
</head>

<body data-spy="scroll" data-target=".site-navbar-target" data-offset="100">
Expand Down

0 comments on commit 2bbe53b

Please sign in to comment.