alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix header line height
author
damedotblog
date
1 year ago
(Feb 21, 2025, 5:33 PM -0500)
commit
f2c53a0c
f2c53a0c3d1e7c597c9a84eae0fe0f08c9b4614a
parent
9e0e3975
9e0e39756515aa2915da6af59d4427b51bb31bb5
+3
1 changed file
Expand all
Collapse all
Unified
Split
src
App.css
+3
src/App.css
Reviewed
···
21
21
margin-top: 0px;
22
22
margin-bottom: 8.5px;
23
23
transition: color 0.3s ease;
24
24
+
line-height: 1em;
24
25
}
25
26
26
27
h2 {
···
30
31
margin-bottom: 10px;
31
32
font-weight: 800;
32
33
transition: color 0.3s ease;
34
34
+
line-height: 1em;
33
35
}
34
36
35
37
h3 {
···
39
41
font-style: normal;
40
42
color: var(--text);
41
43
transition: color 0.3s ease;
44
44
+
line-height: 1em;
42
45
}
43
46
44
47
p {