diff --git a/static/FixMeRYGLogo.jpg b/static/FixMeRYGLogo.jpg new file mode 100644 index 00000000..de56fa61 Binary files /dev/null and b/static/FixMeRYGLogo.jpg differ diff --git a/static/nryg.less b/static/nryg.less index 59c1d29e..bad6fda2 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -113,6 +113,12 @@ nav { padding: 8px; display: grid; + .ryg-logo { + width: 32px; + height: 32px; + vertical-align: middle; + } + .left { grid-column: 1; diff --git a/templates/base.html b/templates/base.html index 6c426248..2e1f6d99 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@