Skip to content

Commit

Permalink
OnboardingSelector: tmp fix headline alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveux committed Nov 18, 2024
1 parent 506c68f commit e56a6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/OnboardingSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ export default class OnboardingSelector extends Vue {
.uber-header {
font-size: 5rem;
margin: 0;
margin: 0 5rem;
text-align: center;
}
.subline-text {
Expand Down

0 comments on commit e56a6ce

Please sign in to comment.