feat(Layout): add custom footer

This commit is contained in:
Ali BARIN
2025-03-10 09:36:40 +00:00
parent 035ed6fee3
commit 91fd10ebda
6 changed files with 157 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -25,6 +25,7 @@
crossorigin
type="font/ttf"
/>
<link
rel="preload"
href="/fonts/Inter-Medium.ttf"
@@ -32,6 +33,7 @@
crossorigin
type="font/ttf"
/>
<link
rel="preload"
href="/fonts/Inter-Bold.ttf"
@@ -39,6 +41,7 @@
crossorigin
type="font/ttf"
/>
<style>
@font-face {
font-family: 'Inter';
@@ -63,6 +66,10 @@
font-style: normal;
font-display: swap;
}
.tsqd-parent-container .tsqd-open-btn-container {
transform: translateY(-40px);
}
</style>
</head>
<body>