Skip to content

Commit 67b966f

Browse files
committed
Center comparing label
1 parent 23f9212 commit 67b966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/header/header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const after = computed(() =>
6161
</script>
6262

6363
<template>
64-
<h2>
64+
<h2 style="text-align: center">
6565
Comparing <span id="stat-header">{{ selector.stat }}</span> between
6666
<span id="before">{{ before }}</span> and
6767
<span id="after">{{ after }}</span>

0 commit comments

Comments
 (0)