fix: mobile overflow

This commit is contained in:
OCDkirby
2024-09-06 16:26:15 +10:00
parent c79e199e99
commit f1d2f0284a

View File

@@ -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');
@@ -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>