Update
This commit is contained in:
11
styles.css
11
styles.css
@@ -192,6 +192,17 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pk-project-core {
|
||||
font-size: 0.85em;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.pk-project-core > p:first-child { margin-top: 0; }
|
||||
.pk-project-core > p:last-child { margin-bottom: 0; }
|
||||
.pk-project-core > ul:first-child,
|
||||
.pk-project-core > ol:first-child { margin-top: 0; }
|
||||
.pk-project-core > ul:last-child,
|
||||
.pk-project-core > ol:last-child { margin-bottom: 0; }
|
||||
|
||||
.pk-info-card > p:first-child { margin-top: 0; }
|
||||
.pk-info-card > p:last-child { margin-bottom: 0; }
|
||||
.pk-info-card > ul:first-child,
|
||||
|
||||
Reference in New Issue
Block a user