forked from DebaucheryLibrarian/traxxx
Improved site and network pages. Fixed various issues.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<a
|
||||
:href="`/site/${site.slug}`"
|
||||
:title="site.name"
|
||||
class="tile"
|
||||
>
|
||||
<object
|
||||
@@ -42,12 +43,12 @@ export default {
|
||||
}
|
||||
|
||||
.logo {
|
||||
color: $text;
|
||||
width: 100%;
|
||||
height: 5rem;
|
||||
color: $text;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 3rem;
|
||||
object-fit: contain;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user