Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Dec 31, 2024
1 parent 974b967 commit 4b03864
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions apps/site/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,56 +1,55 @@
.rspress-logo {
height: 2.6rem;
height: 2.6rem;
}


/* Footer styles */

.footer {
background-color: transparent;
text-align: center;
background-color: transparent;
text-align: center;
}

.footer::before,
.footer::after {
content: none;
border: none;
content: none;
border: none;
}

.footer-content {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 15px;
border: none;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 15px;
border: none;
}

.footer-logo {
width: 40px;
border: none;
width: 40px;
border: none;
}

.footer-text {
margin: 0;
font-size: 14px;
border: none;
white-space: nowrap;
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;
}
}
.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;
}
}

0 comments on commit 4b03864

Please sign in to comment.