优化前端
This commit is contained in:
@@ -32,26 +32,20 @@
|
||||
}
|
||||
|
||||
.asset-factory .af-page-head {
|
||||
min-height: 76px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 30px;
|
||||
margin-bottom: 34px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.asset-factory .af-page-head h1 {
|
||||
margin: 0 0 10px;
|
||||
margin: 0;
|
||||
font-size: 32px;
|
||||
line-height: 1.2;
|
||||
font-weight: 600;
|
||||
letter-spacing: -.02em;
|
||||
color: var(--accent-black);
|
||||
}
|
||||
.asset-factory .af-page-head p {
|
||||
margin: 0;
|
||||
color: var(--af-muted);
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.asset-factory .af-tools {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user