Skip to content

Commit b5b936e

Browse files
committed
update just
1 parent d03795a commit b5b936e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/globals.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
border: 0 solid #e5e7eb;
4646
}
4747

48+
article > * {
49+
@apply text-justify;
50+
}
51+
4852
html {
4953
font-size: 13.333px;
5054
line-height: 1.2;
@@ -54,8 +58,8 @@
5458
"rlig" 1,
5559
"calt" 1,
5660
"ss01" 1; */
57-
/* -webkit-tap-highlight-color: transparent; */
58-
hanging-punctuation: first last allow-end;
61+
-webkit-tap-highlight-color: transparent;
62+
/* hanging-punctuation: first last allow-end; */
5963
font-feature-settings: "liga", "kern";
6064
font-variant-ligatures: common-ligatures discretionary-ligatures;
6165
font-kerning: normal;

0 commit comments

Comments
 (0)