style: enhance footer layout and add custom class for styling
- Refactor Footer component to use a semantic <footer> element for better accessibility. - Update CSS to include a new class for the custom footer, allowing for relative positioning. - Adjust layout to improve responsiveness and visual alignment of footer content.
This commit is contained in:
Vendored
+3
@@ -469,6 +469,9 @@ html.dark .sbg-variant-green {
|
||||
.custom-footer {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.custom-footer.na-cb6feafeb3990c78 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* 卡片内容容器通用样式 */
|
||||
.card-content-container {
|
||||
|
||||
Reference in New Issue
Block a user