Revised header (Doesn't work on mobile!!)

This commit is contained in:
2023-09-07 15:37:02 +01:00
parent fb787e3fbd
commit 3460b7ead0
9 changed files with 80 additions and 4 deletions

8
static/style.css Normal file
View File

@@ -0,0 +1,8 @@
img[src$='#center']
{
display: block;
margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
whatever floats your boat, but keep the
horizontal 'auto' for this to work */
/* whatever else styles you fancy here */
}