Skip to content

Commit 9ac839c

Browse files
authored
Merge pull request #251 from ruby/fix-sm-inline-css
言語セレクターの2レターコード表示を修正
2 parents a5e6d9c + 98321f6 commit 9ac839c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stylesheets/compiled.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4680,6 +4680,10 @@ body:is(.dark *){
46804680
display: block;
46814681
}
46824682

4683+
.sm\:inline{
4684+
display: inline;
4685+
}
4686+
46834687
.sm\:h-12{
46844688
height: 3rem;
46854689
}

0 commit comments

Comments
 (0)