forked from DebaucheryLibrarian/traxxx
Added release page with photo viewer. Added photo count to database. Improved styling.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<header class="header">
|
||||
<h1 class="logo">Porn Radar</h1>
|
||||
<router-link
|
||||
:to="{ name: 'home' }"
|
||||
class="logo-link"
|
||||
>
|
||||
<h1 class="logo">Porn Radar</h1>
|
||||
</router-link>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
@@ -13,7 +18,13 @@
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.logo-link {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user