aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-13 20:57:54 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-13 20:57:54 +0100
commitb5e2c4b9a7aab20db6dd6072a01abd114e8e55de (patch)
treed3367353fd4ffaa0ad2d26f05b918bc9e7a1abf1 /pyblackbird_cc/static
parentefbbd480ddc62e695123d31c31d233b0df5155bd (diff)
Fudged in the header in base and the wasp!
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r--pyblackbird_cc/static/css/wrapper.css15
-rw-r--r--pyblackbird_cc/static/images/favicons/wasp.pngbin0 -> 2241 bytes
2 files changed, 8 insertions, 7 deletions
diff --git a/pyblackbird_cc/static/css/wrapper.css b/pyblackbird_cc/static/css/wrapper.css
index c98d927..f84b87e 100644
--- a/pyblackbird_cc/static/css/wrapper.css
+++ b/pyblackbird_cc/static/css/wrapper.css
@@ -9,6 +9,14 @@
padding: 0;
}
+header {
+ padding-left: 10px;
+ max-width: fit-content;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 50px;
+}
+
@font-face {
font-family: 'Franklin';
src: url(../fonts/LibreFranklin-VariableFont_wght.ttf);
@@ -155,13 +163,6 @@ a.no-underline:hover {
text-decoration: none;
}
-header {
- padding-left: 10px;
- max-width: fit-content;
- margin-left: auto;
- margin-right: auto;
- margin-top: 50px;
-}
.inner-header {
display: grid;
diff --git a/pyblackbird_cc/static/images/favicons/wasp.png b/pyblackbird_cc/static/images/favicons/wasp.png
new file mode 100644
index 0000000..6c2fec0
--- /dev/null
+++ b/pyblackbird_cc/static/images/favicons/wasp.png
Binary files differ