Add this code to base.css file
.header .header__heading {
transform: scale(1.1)
}
A user seeks to increase their header logo size without compromising image quality using CSS code.
Solutions Provided:
transform: scale(1.1) to the .header__heading class in the base.css file</body> tag, including:
transform: scale(1.2)Outcome:
The issue was resolved successfully. The user confirmed the solution works as intended.
Add this code to base.css file
.header .header__heading {
transform: scale(1.1)
}