summary refs log tree commit diff stats
path: root/geschichte/stylesheet.css
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 14:29:19 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 14:29:19 +0200
commitf2d7195922bd72167f2a01ea10419296bc2e915a (patch)
tree4a29035f0353a9561660b5358b0374b6f84ed0a4 /geschichte/stylesheet.css
parentchore(src/data/hello.sh): Remove (diff)
downloadb-peetz.de-f2d7195922bd72167f2a01ea10419296bc2e915a.zip
chore(geschichte): Remove
This is also irrelevant, as it is no longer used.
Diffstat (limited to 'geschichte/stylesheet.css')
-rw-r--r--geschichte/stylesheet.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/geschichte/stylesheet.css b/geschichte/stylesheet.css
deleted file mode 100644
index 79a6eb9..0000000
--- a/geschichte/stylesheet.css
+++ /dev/null
@@ -1,18 +0,0 @@
-div.introduction {
-  display: flex;
-  flex-wrap: wrap;
-  text-align: center; }
-  div.introduction p {
-    text-shadow: 8px 8px 8px #000000;
-    opacity: 100%; }
-  div.introduction div.top_right {
-    order: 1;
-    justify-content: flex-start; }
-  div.introduction div.center {
-    order: 2;
-    justify-content: center; }
-  div.introduction div.bottom_left {
-    order: 2;
-    justify-content: flex-end; }
-
-/*# sourceMappingURL=stylesheet.css.map */