+
+
\ No newline at end of file
diff --git a/src/pages/life/self/entries/picrew.md b/src/pages/life/self/entries/picrew.md
index 31ced7f..5aae8cb 100644
--- a/src/pages/life/self/entries/picrew.md
+++ b/src/pages/life/self/entries/picrew.md
@@ -1,17 +1,16 @@
---
-layout: ../../../../layouts/MarkdownLayout.astro
+layout: ../../../../layouts/PicrewLayout.astro
title: emma's picrews
description: "i've used picrew as a means to express myself in terms of outwards appearance. it has helped me better understand how i see myself. i'd like to share them"
images:
one:
- src: "../../../../images/picrews/self-one.png"
alt: "an image of emma created in picrew. the image is fem presenting and represent characteristics that emma sees of herself when she can be fem presenting in her physical space"
height: "300"
width: "300"
creditUrl: https://picrew.me/en/image_maker/94097
- creditText: picrew image maker by sangled
+ creditText: picrew image maker by sangled
---
picrew has been a wonderful help in figuring who i am. how i want to present when everything is right for me to do so. the below pictures all capture different parts of me, i see myself in all of them in some way. some picrews allowed me to add things that others didn't. for example, a top i really want to have one day, or the fact that i have freckles on my face. i love that picrew makes it accessible to discover my identity. it is such a friendly tool. over time i've found that people have different image makers that capture so many wonderful parts of myself, and humanity in general
diff --git a/src/styles/picrew.css b/src/styles/picrew.css
deleted file mode 100644
index f87e953..0000000
--- a/src/styles/picrew.css
+++ /dev/null
@@ -1,27 +0,0 @@
-:root {
- --border-color: #db7093;
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- --border-color: #474973;
- }
-}
-
-.picrew-gallery {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- gap: 2rem;
- margin: 1.75rem;
-}
-
-.picrew-gallery img {
- border: 4px solid var(--border-color);
- border-radius: 5%;
-}
-
-.picrew-gallery,
-.picrew-gallery-header {
- text-align: center;
-}