mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Make this more clearly unofficial
This commit is contained in:
parent
f2f01e7243
commit
17cc263fdb
2 changed files with 10 additions and 1 deletions
|
@ -32,3 +32,12 @@
|
||||||
.job {
|
.job {
|
||||||
font-size: 0.4em;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default function () {
|
||||||
<div>
|
<div>
|
||||||
<div class={style.splash}>
|
<div class={style.splash}>
|
||||||
<div class={style.wrapper}>
|
<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 => {
|
{ pages.map(page => {
|
||||||
return (
|
return (
|
||||||
<Link class={style.link} href={page.path}>
|
<Link class={style.link} href={page.path}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue