Skip to content

Commit 007feef

Browse files
Add font size to .pi-grid and .pi-card
Added font size styling to grid and card elements.
1 parent 0cbc7ac commit 007feef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ author_profile: true
1212
display: grid;
1313
grid-template-columns: repeat(12, 1fr);
1414
gap: 18px;
15+
font-size: .8rem;
1516
align-items: start;
1617
}
1718
@media (max-width: 1024px) {
@@ -26,6 +27,7 @@ author_profile: true
2627
border: 2px solid #ff6600;
2728
border-radius: 14px;
2829
padding: 18px 18px 14px;
30+
font-size: .8rem;
2931
box-shadow: 0 6px 18px rgba(0,0,0,0.06);
3032
}
3133
.pi-card h3 {

0 commit comments

Comments
 (0)