mirror of
https://github.com/alpic-ai/skybridge.git
synced 2026-09-14 19:59:55 +08:00
4fef077e4e
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
8 lines
230 B
CSS
8 lines
230 B
CSS
/* Auth example gallery cards: uniform 200px-tall logo illustrations on white
|
|
(logos and screenshots ship with transparent/varied backgrounds). */
|
|
.auth-cards img {
|
|
height: 200px;
|
|
object-fit: contain;
|
|
background: #fff;
|
|
}
|