fex media

This commit is contained in:
lyf
2024-09-23 15:12:45 +08:00
parent 518e0d90a5
commit c15c852668
4 changed files with 31 additions and 12 deletions

View File

@@ -11,7 +11,6 @@
display: flex;
justify-content: center;
align-items: center;
padding: 12px 64px;
box-sizing: border-box;
background: var(--second);
@@ -22,8 +21,6 @@
font-size: 14px;
line-height: 150%;
span {
display: inline-flex;
align-items: center;
gap: 8px;
a {
display: inline-flex;
@@ -43,6 +40,20 @@
}
}
@media (max-width: 600px) {
.top-banner {
padding: 12px 24px 12px 12px;
.top-banner-close {
right: 10px;
}
.top-banner-inner {
.top-banner-logo {
margin-right: 8px;
}
}
}
}
.auth-header {
display: flex;
justify-content: space-between;