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 edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.logo-centered-outer { | .logo-centered-outer { | ||
width: | width: 100%; | ||
display: flex; | |||
justify-content: center; | |||
} | } | ||
Latest revision as of 21:59, 5 March 2025
.logo-centered-outer {
width: 100%;
display: flex;
justify-content: center;
}
.logo-centered-inner {
max-width: 100%;
width: 500px;
}
.logo-centered-inner img {
width: 100%;
height: auto;
}