Skip to content

Commit

Permalink
Frontend tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc committed Jan 5, 2025
1 parent 1a199a7 commit 193c3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/templates/components/navbar.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
<!-- Navigation with updated styling -->
<nav class="flex items-center space-x-6">
<!-- Simplified Chrome extension button -->
<a href="https://chromewebstore.google.com/detail/git-ingest-turn-any-git-r/adfjahbijlkjfoicpjpjfaood"
<a href="https://chromewebstore.google.com/detail/git-ingest-turn-any-git-r/adfjahbijlkjfoicpjkhjicpjpjfaood"
target="_blank"
rel="noopener noreferrer"
class="text-gray-900 hover:-translate-y-0.5 transition-transform flex items-center gap-1.5">
<div class="flex items-center">
<span class="px-0 pb-5 text-[#FE4A60] text-[13px] transform -rotate-12 inline-block">NEW</span>
<svg xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</script>
{% endblock %}
{% block content %}
<div class="mb-12">
<div class="mb-8">
<div class="relative w-full mx-auto flex sm:flex-row flex-col justify-center items-start sm:items-center">
<svg class="h-auto w-16 sm:w-20 md:w-24 flex-shrink-0 p-2 md:relative sm:absolute lg:absolute left-0 lg:-translate-x-full lg:ml-32 md:translate-x-10 sm:-translate-y-16 md:-translate-y-0 -translate-x-2 lg:-translate-y-10"
viewBox="0 0 91 98"
Expand Down

0 comments on commit 193c3c9

Please sign in to comment.