Compare commits
No commits in common. "821138024318876585bd3f01040d1b50aee20b91" and "131100d6e6b7253c7042b7432213d48f1b85a43f" have entirely different histories.
8211380243
...
131100d6e6
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header-nav">
|
<div>
|
||||||
<router-link
|
<router-link
|
||||||
to="/home"
|
to="/home"
|
||||||
class="logo-link"
|
class="logo-link"
|
||||||
|
@ -106,11 +106,6 @@ export default {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-nav {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo-link {
|
.logo-link {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -119,8 +114,8 @@ export default {
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .75rem 0 .75rem 1rem;
|
padding: 0 0 0 1rem;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 .5rem 0 0;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.108.1",
|
"version": "1.108.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.108.1",
|
"version": "1.108.0",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue