2025-01-01 09:09:09 +08:00
|
|
|
.rspress-logo {
|
|
|
|
|
height: 2.6rem;
|
|
|
|
|
}
|
|
|
|
|
|
2025-01-22 09:24:29 +08:00
|
|
|
:root {
|
|
|
|
|
--rp-c-text-1: #0b140f;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-17 08:18:42 +05:30
|
|
|
/* Footer styles */
|
|
|
|
|
|
2024-10-21 16:30:07 +08:00
|
|
|
.footer {
|
2024-10-28 11:04:40 +08:00
|
|
|
background-color: transparent;
|
|
|
|
|
text-align: center;
|
2024-10-17 08:18:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer::before,
|
|
|
|
|
.footer::after {
|
2024-10-28 11:04:40 +08:00
|
|
|
content: none;
|
|
|
|
|
border: none;
|
2024-10-17 08:18:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-content {
|
2024-10-28 11:04:40 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 15px;
|
|
|
|
|
border: none;
|
2024-10-17 08:18:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-logo {
|
2024-10-28 11:04:40 +08:00
|
|
|
width: 40px;
|
|
|
|
|
border: none;
|
2024-10-17 08:18:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-text {
|
2024-10-28 11:04:40 +08:00
|
|
|
margin: 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border: none;
|
|
|
|
|
white-space: nowrap;
|
2024-10-17 08:18:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2024-10-28 11:04:40 +08:00
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|