We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feeb49a commit 3a60ae9Copy full SHA for 3a60ae9
1 file changed
packages/web/src/components/share.module.css
@@ -64,13 +64,6 @@
64
align-items: center;
65
justify-content: space-between;
66
gap: 1rem;
67
-
68
- h1 {
69
- display: -webkit-box;
70
- -webkit-box-orient: vertical;
71
- -webkit-line-clamp: 2;
72
- overflow: hidden;
73
- }
74
}
75
76
[data-section="row"] {
@@ -82,8 +75,12 @@
82
h1 {
83
font-size: 1.75rem;
84
77
font-weight: 500;
85
- line-height: 1.125;
78
+ line-height: 1.25;
86
79
letter-spacing: -0.05em;
80
+ display: -webkit-box;
81
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow: hidden;
87
88
p {
89
flex: 0 0 auto;
0 commit comments