make the breadcrumbs and style menu a bit nicer

This commit is contained in:
Brian S. Stephan 2022-03-24 22:41:34 -05:00
parent 3cade4fe73
commit 853a58b78b
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
/* specify almost no styling, just fix some image rendering */
/* specify almost no styling, just fix some image and nav rendering */
div.header {
display: flex;
justify-content: space-between;
}
.img-25 {
max-width: 25% !important;
}