Skip to content

Commit

Permalink
fix: mobile overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OCDkirby committed Sep 6, 2024
1 parent c79e199 commit f1d2f02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Hook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ var contributors = headers.get('link')?.match(/&page=(\d+)>; rel="last"/)[1]
font-weight: bold;
}
#emu-name {
font-family: 'Rave';
font-size: calc(5vw + 5vh);
}
@font-face {
font-family: "Rave";
src: url('/fonts/The_Rave_Is_In_Your_Pants.otf');
Expand All @@ -47,7 +52,7 @@ var contributors = headers.get('link')?.match(/&page=(\d+)>; rel="last"/)[1]
<template>
<div class="hook">
<div class="hook-item">
<n-gradient-text type="info" size="5em" style="font-family: 'Rave';">RPCSX</n-gradient-text>
<n-gradient-text type="info" id="emu-name">RPCSX</n-gradient-text>
<n-gradient-text type="info">{{ getTime() }}</n-gradient-text>
<n-text>of development.</n-text>
</div>
Expand Down

0 comments on commit f1d2f02

Please sign in to comment.