diff --git a/src/assets/art/kissing-men.png b/src/assets/art/kissing-men.png new file mode 100644 index 0000000..6ea301a Binary files /dev/null and b/src/assets/art/kissing-men.png differ diff --git a/src/assets/art/mood.png b/src/assets/art/mood.png new file mode 100644 index 0000000..d94413d Binary files /dev/null and b/src/assets/art/mood.png differ diff --git a/src/assets/art/ref.png b/src/assets/art/ref.png new file mode 100644 index 0000000..55b6f4c Binary files /dev/null and b/src/assets/art/ref.png differ diff --git a/src/assets/art/sneak.png b/src/assets/art/sneak.png new file mode 100644 index 0000000..fee8fcc Binary files /dev/null and b/src/assets/art/sneak.png differ diff --git a/src/assets/art/taidum.png b/src/assets/art/taidum.png new file mode 100644 index 0000000..a9d4d7b Binary files /dev/null and b/src/assets/art/taidum.png differ diff --git a/src/pages/leg.astro b/src/pages/leg.astro index 31adcd0..0903930 100644 --- a/src/pages/leg.astro +++ b/src/pages/leg.astro @@ -12,11 +12,13 @@ import GwaGwa from "../assets/fumble.jpg";

GwaGwa

- Two Maned wolfs having a disagreement +
+ Two Maned wolfs having a disagreement +
diff --git a/src/pages/refsheet.astro b/src/pages/refsheet.astro new file mode 100644 index 0000000..dd7b05c --- /dev/null +++ b/src/pages/refsheet.astro @@ -0,0 +1,82 @@ +--- +import Layout from "../layouts/Layout.astro"; +import HomeButton from "../components/HomeButton.astro"; +import Ref from "../assets/art/ref.png"; +import Sneak from "../assets/art/sneak.png"; +import Taidum from "../assets/art/taidum.png"; +import Men from "../assets/art/kissing-men.png"; +import Mood from "../assets/art/mood.png"; +--- + + + + +
+

Refsheet

+

Maned Wolf moment

+
+ +
+

Refsheet

+ FluffyBean + +
+ +
+

Shep

+ FluffyBean + +
+
+

Zadok

+ FluffyBean + +
+
+

LordPulex

+ FluffyBean + +
+
+

OggyTheFox

+ FluffyBean + +
+
+ + diff --git a/src/styles/_pill.scss b/src/styles/_pill.scss index f13ce17..b8f1bb2 100644 --- a/src/styles/_pill.scss +++ b/src/styles/_pill.scss @@ -27,6 +27,12 @@ height: 40px; font-size: 16px; } + + &.size-button { + padding: 0 20px; + height: 35px; + font-size: 14px; + } } // If its a clickable element diff --git a/src/styles/_section.scss b/src/styles/_section.scss index 2ec21bc..6424fa5 100644 --- a/src/styles/_section.scss +++ b/src/styles/_section.scss @@ -9,6 +9,10 @@ padding-bottom: 8px; } + > img { + border-radius: $radius; + } + &:last-of-type { padding-bottom: 0; }