fixed dictionary section styling and header layout
This commit is contained in:
@@ -103,6 +103,25 @@ body {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Dictionary Section */
|
||||
.dictionary-section {
|
||||
margin: var(--space-xl) 0 var(--space-lg) 0;
|
||||
}
|
||||
|
||||
.dictionary-section h3 {
|
||||
font-family: var(--font-ui);
|
||||
font-size: 1.5rem;
|
||||
color: var(--color-text-primary);
|
||||
margin-bottom: var(--space-sm);
|
||||
}
|
||||
|
||||
.dictionary-section p {
|
||||
font-family: var(--font-ui);
|
||||
font-size: 0.95rem;
|
||||
color: var(--color-text-secondary);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: var(--color-link);
|
||||
|
||||
Reference in New Issue
Block a user