More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.logo-centered-outer { | .logo-centered-outer { | ||
width: 100%; | 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;
}