diff options
Diffstat (limited to 'geschichte/stylesheet.scss')
-rw-r--r-- | geschichte/stylesheet.scss | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/geschichte/stylesheet.scss b/geschichte/stylesheet.scss deleted file mode 100644 index c95801b..0000000 --- a/geschichte/stylesheet.scss +++ /dev/null @@ -1,22 +0,0 @@ -div.introduction { - display: flex; - flex-wrap: wrap; - text-align: center; - - p { - text-shadow: 8px 8px 8px #000000; - opacity: 100%; - } - div.top_right { - order: 1; - justify-content: flex-start; - } - div.center { - order: 2; - justify-content: center; - } - div.bottom_left { - order: 2; - justify-content: flex-end; - } -} |