Skip to content

Commit 073de44

Browse files
committed
fix(aus): Fixing star positionning of Australian flag
1 parent 89a3f5e commit 073de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/styles/_flags/aus.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
line-height: $star-commonwealth-small-size;
7171

7272
// Offset from 0,0
73-
$offset-left: -$star-commonwealth-big-size / 2 - $star-commonwealth-small-size / 2;
73+
$offset-left: -$star-commonwealth-big-size - $star-commonwealth-small-size / 2;
7474
$offset-top: -$star-commonwealth-big-size / 2 - $star-commonwealth-small-size / 2;
7575
$text-shadow-left1: $star-commonwealth-small-left1 + $offset-left;
7676
$text-shadow-top1: $star-commonwealth-small-top1 + $offset-top;

0 commit comments

Comments
 (0)