Page 1 of 1

BB logo sizing

Posted: Tue Jul 26, 2022 9:36 am
by Jake
When we upgrade our bb software I need to remember to update the following in common.css:

Code: Select all

.site_logo {
	background-repeat: no-repeat;
	display: inline-block;
	width: 149px;
	height: 52px;
	[b]background-size: 149px 52px; [/b]
}
(Add the bold part.)