Skip to content

Commit

Permalink
fix: font weight on webkit (ios)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Oct 21, 2024
1 parent 2abdf76 commit ad03c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ router.afterEach((to, from) => {
</script>

<template>
<div class="grid min-h-full grid-rows-[auto_1fr_auto] overflow-y-hidden">
<div class="grid min-h-full grid-rows-[auto_1fr_auto] overflow-y-hidden antialiased">
<SkipLink target-id="main-content">{{ t("DefaultLayout.skip-to-main-content") }}</SkipLink>

<AppHeader />
Expand Down

0 comments on commit ad03c21

Please sign in to comment.