File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ Use `justify-items-auto` to justify grid items automatically on their inline axi
2626</template >
2727
2828<div class =" grid **justify-items-auto** ..." >
29- <div >1</div >
3029 <div >1</div >
3130 <div >2</div >
3231 <div >3</div >
@@ -53,7 +52,6 @@ Use `justify-items-start` to justify grid items against the start of their inlin
5352</template >
5453
5554<div class =" grid **justify-items-start** ..." >
56- <div >1</div >
5755 <div >1</div >
5856 <div >2</div >
5957 <div >3</div >
@@ -80,7 +78,6 @@ Use `justify-items-end` to justify grid items against the end of their inline ax
8078</template >
8179
8280<div class =" grid **justify-items-end** ..." >
83- <div >1</div >
8481 <div >1</div >
8582 <div >2</div >
8683 <div >3</div >
@@ -107,7 +104,6 @@ Use `justify-items-center` to justify grid items along their inline axis:
107104</template >
108105
109106<div class =" grid **justify-items-center** ..." >
110- <div >1</div >
111107 <div >1</div >
112108 <div >2</div >
113109 <div >3</div >
@@ -134,7 +130,6 @@ Use `justify-items-stretch` to stretch items along their inline axis:
134130</template >
135131
136132<div class =" grid **justify-items-stretch** ..." >
137- <div >1</div >
138133 <div >1</div >
139134 <div >2</div >
140135 <div >3</div >
You can’t perform that action at this time.
0 commit comments