style changes for novo
This commit is contained in:
@@ -298,8 +298,8 @@
|
||||
.novo-category-info {
|
||||
padding: 1.5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
h3 {
|
||||
font-size: 1.25rem;
|
||||
@@ -309,16 +309,11 @@
|
||||
}
|
||||
|
||||
.novo-category-count {
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-secondary, #888);
|
||||
margin-left: auto;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.novo-category-arrow {
|
||||
font-size: 1.5rem;
|
||||
color: var(--primary-color);
|
||||
transition: transform 0.3s;
|
||||
font-weight: 600;
|
||||
font-size: clamp(11px, 1vw, 13px);
|
||||
color: var(--text-secondary);
|
||||
margin: 4px 0 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user