limit width to 10rem (160px)

rounded width (from 157, that was pre desktop update)
This commit is contained in:
Bill Richardson 2024-06-06 10:02:42 -04:00
parent 963dda5a77
commit 6ac3e919f7

View file

@ -138,7 +138,7 @@ export default {
} }
} }
#siteHeaderImage { #siteHeaderImage {
width: auto; width: 10rem;
height: 2.5rem; height: 2.5rem;
} }
</style> </style>