fix h2,h3,h4 sizing in markdown files #341

Merged
n3parikh merged 4 commits from fix-md-font into main 2021-11-06 19:38:57 -04:00
Member

fixes #306

fixes #306
c29wan added 1 commit 2021-10-08 20:01:31 -04:00
continuous-integration/drone/push Build is passing Details
a5bcb38ed6
gix h2,h3,h4 sizing in markdown files
c29wan changed title from gix h2,h3,h4 sizing in markdown files to fix h2,h3,h4 sizing in markdown files 2021-10-08 20:01:38 -04:00
a3thakra was assigned by c29wan 2021-10-08 20:01:53 -04:00
c29wan self-assigned this 2021-10-08 20:01:53 -04:00
a3thakra reviewed 2021-10-13 21:34:01 -04:00
@ -79,0 +88,4 @@
.card h2,
.card h3,
.card h4 {
font-size: calc(18rem / 16);
Owner

i think 16px on mobile is fine. so no need to add stuff inside the media query! :)

i think 16px on mobile is fine. so no need to add stuff inside the media query! :)
a3thakra reviewed 2021-10-13 21:34:17 -04:00
@ -57,6 +57,14 @@
fill: var(--primary-accent);
}
.card h2,
Owner

.card h1 as well!

`.card h1` as well!
c29wan added 1 commit 2021-10-23 16:06:47 -04:00
continuous-integration/drone/push Build is passing Details
975c3190be
Merge branch 'main' into fix-md-font
c29wan added 2 commits 2021-10-23 16:09:18 -04:00
a3thakra approved these changes 2021-10-28 17:40:45 -04:00
n3parikh merged commit 56d52a5de6 into main 2021-11-06 19:38:57 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/www-new#341
No description provided.