From 0601dcac61c88622a9c1b745f1e2812a4659714f Mon Sep 17 00:00:00 2001
From: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Date: Fri, 17 Mar 2023 21:09:45 +0800
Subject: t a b s
---
src/_includes/layouts/base.njk | 36 +++++++++++-----------
src/_includes/layouts/page.njk | 58 +++++++++++++++++------------------
src/guzzle.sass | 68 +++++++++++++++++++++---------------------
src/lul.njk | 6 ++--
4 files changed, 84 insertions(+), 84 deletions(-)
(limited to 'src')
diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk
index b0fb268..cd1e66c 100644
--- a/src/_includes/layouts/base.njk
+++ b/src/_includes/layouts/base.njk
@@ -1,21 +1,21 @@
-
-
-
- {{ title }}
-
-
-
-
-
-
- {{ content | safe }}
- {% block footer %}
-
- {% endblock %}
-
+
+
+
+ {{ title }}
+
+
+
+
+
+
+ {{ content | safe }}
+ {% block footer %}
+
+ {% endblock %}
+
diff --git a/src/_includes/layouts/page.njk b/src/_includes/layouts/page.njk
index 7eb4218..1ae8d58 100644
--- a/src/_includes/layouts/page.njk
+++ b/src/_includes/layouts/page.njk
@@ -3,33 +3,33 @@ layout: "layouts/base.njk"
---
-
- {{ content | safe }}
-
-
-

-

-

-

-
-

-

-

-

-

-

-
-

-

-

-

-

-

-

-

-
-

-

-

-
+
+ {{ content | safe }}
+
+
+

+

+

+

+
+

+

+

+

+

+

+
+

+

+

+

+

+

+

+

+
+

+

+

+
diff --git a/src/guzzle.sass b/src/guzzle.sass
index dc595ad..d3ab79b 100644
--- a/src/guzzle.sass
+++ b/src/guzzle.sass
@@ -4,54 +4,54 @@ $fonts: "Fira Code", monospace
$foreground-color: #1e1e2e
.container
- background-color: #b4befe
+ background-color: #b4befe
- display: flex
- flex: 1 1 auto
- flex-direction: column
- align-items: center
- justify-content: center
+ display: flex
+ flex: 1 1 auto
+ flex-direction: column
+ align-items: center
+ justify-content: center
- width: fit-content
+ width: fit-content
- margin-left: auto
- margin-right: auto
- margin-top: 8%
+ margin-left: auto
+ margin-right: auto
+ margin-top: 8%
- padding: 20px
+ padding: 20px
body
- background-color: $foreground-color
- font-family: $fonts
+ background-color: $foreground-color
+ font-family: $fonts
- padding: 10px 36px
+ padding: 10px 36px
- p,li
- font-size: 16px
+ p,li
+ font-size: 16px
- h
- font-size: 24px
+ h
+ font-size: 24px
footer
- font-size: 10px
- color: white
- padding: 10px
- justify-content: center
- text-align: center
+ font-size: 10px
+ color: white
+ padding: 10px
+ justify-content: center
+ text-align: center
.content
- display: inline-block
- text-align: center
- padding: 5px
- margin: 5px
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
.gifs
- background-color: $foreground-color
- display: inline-block
- text-align: center
- padding: 5px
- margin: 5px
+ background-color: $foreground-color
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
#vidya
- display: flex
- justify-content: center
+ display: flex
+ justify-content: center
diff --git a/src/lul.njk b/src/lul.njk
index d0e249a..100220c 100644
--- a/src/lul.njk
+++ b/src/lul.njk
@@ -5,7 +5,7 @@ layout: "layouts/base.njk"
---
-
+
--
cgit v1.2.3