midscene/apps/site/styles/index.css
yuyutaotao 3d95460f44
docs(ai-model): update docs for ui-tars (#305)
* feat: update docs for ui-tars

* doc: update

* doc: update

* doc: update

* chore: update readme

* fix: ci

* docs: upgrade video

* chore: modify huagging face icon

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2025-01-22 09:24:29 +08:00

60 lines
796 B
CSS

.rspress-logo {
height: 2.6rem;
}
:root {
--rp-c-text-1: #0b140f;
}
/* Footer styles */
.footer {
background-color: transparent;
text-align: center;
}
.footer::before,
.footer::after {
content: none;
border: none;
}
.footer-content {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 15px;
border: none;
}
.footer-logo {
width: 40px;
border: none;
}
.footer-text {
margin: 0;
font-size: 14px;
border: none;
white-space: nowrap;
}
@media (max-width: 768px) {
.md\:text-6xl {
font-size: 3.3rem;
line-height: 1;
}
.footer-content {
flex-direction: column;
align-items: center;
text-align: center;
}
.footer-logo {
margin-bottom: 10px;
}
.footer-bottom {
text-align: center;
}
}