Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/css/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/header.css')
-rw-r--r--css/header.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/css/header.css b/css/header.css
deleted file mode 100644
index 4830f72..0000000
--- a/css/header.css
+++ /dev/null
@@ -1,21 +0,0 @@
-div.page_header {
- width: 100%;
- display: flex;
- justify-content: center;
-
- background-color: var(--theme-color);
- border-radius: 15px 15px 0 0;
-}
-
-.floating_element {
- color: var(--bg-color);
- position: relative;
- background-color: var(--theme-color);
- border-radius: 0px 0px 20px 20px;
- text-align: center;
-
- img {
- max-width: 13%;
- display: block;
- }
-}