mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-13 07:51:40 +00:00
* 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>
60 lines
796 B
CSS
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;
|
|
}
|
|
}
|