sherlock / public /style.css
jakewatson91's picture
logo sizing
cc0b687
Raw
History Blame Contribute Delete
266 Bytes
/* Update the selector to match the element in the inspector */
img.logo {
width: 300px !important; /* Change 300px to your desired size */
height: auto !important; /* Preserves aspect ratio */
max-height: none !important; /* Removes any height caps */
}