More actions
Created page with ".logo-centered-outer { width: 100px; max-width: 100%; } .logo-centered-inner { max-width: 100%; width: 500px; } .logo-centered-inner img { width: 100%; height: auto; }" |
(No difference)
|
Revision as of 21:57, 5 March 2025
.logo-centered-outer {
width: 100px; max-width: 100%;
}
.logo-centered-inner {
max-width: 100%;
width: 500px;
}
.logo-centered-inner img {
width: 100%;
height: auto;
}