Skip to content

Commit

Permalink
update width to inline-size
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardcho1231 committed Mar 16, 2024
1 parent 90f27b9 commit c1a2818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/identity-block/themes/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"default": {
"display": "block",
"text-align": "center",
"width": "100%",
"inline-size": "100%",
"margin": 0,
"line-height": "150%",
"font-size": "0.75rem",
Expand All @@ -313,7 +313,7 @@
"default": {
"display": "block",
"text-align": "center",
"width": "100%",
"inline-size": "100%",
"margin": 0,
"line-height": "150%",
"font-size": "1rem",
Expand Down

0 comments on commit c1a2818

Please sign in to comment.