- adjust ul margin to keep the bullets inside the content area - fix a few docs page responsiveness problems on small screens - adjust the layout of the logo relative to the docs sidebar - clean up some vestigial CSS classes Signed-off-by: Tim Gerla <tim@gerla.net>
10 lines
197 B
Vue
10 lines
197 B
Vue
<template>
|
|
<a href="/" class="site-title">
|
|
<img
|
|
id="header-logo"
|
|
src="/images/TalosSystems_Horizontal_Logo_FullColor_RGB-for-site.svg"
|
|
alt="Talos"
|
|
/>
|
|
</a>
|
|
</template>
|