Tim Gerla c3a0302f17 docs: various layout and responsiveness fixes
- 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>
2019-11-01 05:58:15 -07:00

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>