Skip to content

Commit 3a60ae9

Browse files
committed
styles
1 parent feeb49a commit 3a60ae9

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

packages/web/src/components/share.module.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@
6464
align-items: center;
6565
justify-content: space-between;
6666
gap: 1rem;
67-
68-
h1 {
69-
display: -webkit-box;
70-
-webkit-box-orient: vertical;
71-
-webkit-line-clamp: 2;
72-
overflow: hidden;
73-
}
7467
}
7568

7669
[data-section="row"] {
@@ -82,8 +75,12 @@
8275
h1 {
8376
font-size: 1.75rem;
8477
font-weight: 500;
85-
line-height: 1.125;
78+
line-height: 1.25;
8679
letter-spacing: -0.05em;
80+
display: -webkit-box;
81+
-webkit-box-orient: vertical;
82+
-webkit-line-clamp: 2;
83+
overflow: hidden;
8784
}
8885
p {
8986
flex: 0 0 auto;

0 commit comments

Comments
 (0)