Skip to content

Commit

Permalink
Center Shorepal image
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nac committed Jan 5, 2024
1 parent b4fe91e commit 394fa15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<div class="relative flex h-16 items-center justify-between">
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex flex-shrink-0 items-center">
<a href="index.html">
<img class="h-8" src="shorepal_logo.png" alt="Shorepal">
</a>
</div>
<div class="sm:ml-6 sm:block">
<div class="flex space-x-4">
Expand Down Expand Up @@ -86,9 +88,9 @@
</div>
</div>
</div>
<div class="pl-20 pt-10">
<img src="Shorepal_updated_image.png" alt="Product screenshot" class="w-[20rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm md:-ml-2 lg:-ml-0" width="604" height="1254">
</div>
<div class="pl-10 pt-10 flex justify-center items-center">
<img src="Shorepal_updated_image.png" alt="Product screenshot" class="w-[20rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm md:-ml-2 lg:-ml-0" width="604" height="1254">
</div>
</div>
</div>
</div>
Expand Down
22 changes: 0 additions & 22 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ video {
margin-top: 2.5rem;
}

.mt-2 {
margin-top: 0.5rem;
}

.mt-3 {
margin-top: 0.75rem;
}
Expand Down Expand Up @@ -595,10 +591,6 @@ video {
display: grid;
}

.hidden {
display: none;
}

.h-16 {
height: 4rem;
}
Expand Down Expand Up @@ -804,11 +796,6 @@ video {
padding-top: 1.5rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
Expand Down Expand Up @@ -848,10 +835,6 @@ video {
line-height: 1.25;
}

.tracking-tight {
letter-spacing: -0.025em;
}

.text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
Expand Down Expand Up @@ -989,11 +972,6 @@ video {
.sm\:text-center {
text-align: center;
}

.sm\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
}

@media (min-width: 768px) {
Expand Down
2 changes: 2 additions & 0 deletions privacy_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<div class="relative flex h-16 items-center justify-between">
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex flex-shrink-0 items-center">
<a href="index.html">
<img class="h-8" src="shorepal_logo.png" alt="Shorepal">
</a>
</div>
<div class="sm:ml-6 sm:block">
<div class="flex space-x-4">
Expand Down

0 comments on commit 394fa15

Please sign in to comment.