Skip to content

Commit f4e836c

Browse files
committed
fix rtl text align
1 parent 221f4a0 commit f4e836c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/scss/08-template-parts/_header.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,7 @@
260260
width: column(9);
261261

262262
> div {
263-
text-align: right;
264-
265-
@include rtl {
266-
text-align: left;
267-
}
263+
text-align: end;
268264
}
269265
}
270266

@@ -277,11 +273,7 @@
277273

278274
> li {
279275
display: inline;
280-
text-align: left;
281-
282-
@include rtl {
283-
text-align: right;
284-
}
276+
text-align: start;
285277

286278
+ li {
287279
margin-inline-start: 28px;

0 commit comments

Comments
 (0)