diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index 580d544..0000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy mael-landing - -on: - push: - branches: - - master - -jobs: - deploy: - runs-on: self-hosted - steps: - - name: Pull and restart - run: | - git config --global --add safe.directory /home/mads/mael-landing - cd /home/mads/mael-landing - git remote set-url origin http://gitea:3000/Mads/mael-landing.git - git pull origin master - docker compose -f /home/mads/mael-landing/docker-compose.yml restart \ No newline at end of file diff --git a/index.html b/index.html index eb48739..65432e9 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ } /* === DECORATIVE TOP LINE === */ - /*.top-ornament { + .top-ornament { display: flex; align-items: center; gap: 1rem; @@ -111,7 +111,7 @@ height: 6px; background: var(--gold); transform: rotate(45deg); - }*/ + } /* === HERO === */ .hero {