mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
12 lines
128 B
CSS
12 lines
128 B
CSS
.pagelogo {
|
|
display: flex;
|
|
height: 130px;
|
|
float: right;
|
|
}
|
|
|
|
@media (max-width: 850px) {
|
|
.pagelogo {
|
|
height: 0;
|
|
}
|
|
}
|