Make this more clearly unofficial

This commit is contained in:
Joshua Seigler 2019-05-13 13:58:48 -04:00
parent f2f01e7243
commit 17cc263fdb
2 changed files with 10 additions and 1 deletions

View file

@ -32,3 +32,12 @@
.job {
font-size: 0.4em;
}
.disclaimer {
position: absolute;
transform: translate(-100%, 50%) rotate(-14deg);
color: red;
font-size: 0.5em;
display: inline-block;
margin-right: 0;
}

View file

@ -13,7 +13,7 @@ export default function () {
<div>
<div class={style.splash}>
<div class={style.wrapper}>
<h1>Borderlands 3 skill calculator</h1>
<h1><div class={style.disclaimer}>(Unofficial)</div>Borderlands 3 skill calculator</h1>
{ pages.map(page => {
return (
<Link class={style.link} href={page.path}>