Reduce card font sizes to show more of last names
Name: 10.5px → 9px, dates: 9px → 8px, truncation charWidth: 6.5 → 5.5. Also add sync.sh for deployment to bocken.org.
This commit is contained in:
@@ -66,14 +66,14 @@
|
||||
|
||||
/* Card text */
|
||||
.person-card .person-name {
|
||||
font-size: 10.5px;
|
||||
font-size: 9px;
|
||||
font-weight: 600;
|
||||
fill: #212529;
|
||||
dominant-baseline: auto;
|
||||
}
|
||||
|
||||
.person-card .person-dates {
|
||||
font-size: 9px;
|
||||
font-size: 8px;
|
||||
fill: #6c757d;
|
||||
dominant-baseline: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user