Skip to content

Commit

Permalink
Adjust Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Dec 10, 2024
1 parent 6b22777 commit 0223e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import Footer from "@components/Footer.astro"
import Drawer from "@components/Drawer.astro"
const { title, description } = Astro.props
import { SITE } from "@consts"
import { fade } from 'astro:transitions';
---

<!doctype html>
<html lang="en" class="no-scrollbar" transition:animate={fade({ duration: '1.0s' })}>
<html lang="en" class="no-scrollbar">
<head>
<BaseHead title={`${title} | ${SITE.TITLE}`} description={description} />
<script is:inline>document.documentElement.classList.add('js')</script>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import TitleHeader from "@components/TitleHeader.astro";
draggable="false"
/>
<div class="z-10 flex flex-col items-center space-y-4">
<TitleHeader text="O NAS" sub="Lokalizacja naszych sklepów"/>
<TitleHeader text="O NAS" sub="Informacje o nas"/>
<section class="animate animate-bounce">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed">
<path d="m480-259 176-177q5-5 12.5-5.5T682-436q6 6 6 12.5t-6 12.5L504-233q-5 5-10.5 7.5T480-223q-8 0-13.5-2.5T457-233L279-411q-6-5-6-12t6-13q6-6 12.5-6t13.5 6l175 177Zm0-278 176-178q5-5 12.5-4.5T682-715q6 7 6 13.5t-6 12.5L504-511q-5 4-10.5 7.5T480-500q-8 0-13.5-3.5T457-511L279-689q-6-5-6-12.5t6-13.5q6-6 12.5-6t13.5 6l175 178Z"/>
Expand Down

0 comments on commit 0223e57

Please sign in to comment.