Spaces:
Sleeping
Sleeping
| /* Update the selector to match the element in the inspector */ | |
| img.logo { | |
| width: 300px ; /* Change 300px to your desired size */ | |
| height: auto ; /* Preserves aspect ratio */ | |
| max-height: none ; /* Removes any height caps */ | |
| } |