update tags

This commit is contained in:
2021-03-21 17:19:19 +02:00
parent 081a84c8cb
commit ac1b08c620
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ body h2 {
font-family: 'Roboto', sans-serif;
}
body {
padding-top: 60px;
}
body p {
font-family: 'Roboto', sans-serif;
}

View File

@@ -1,6 +1,6 @@
<template>
<Layout :hideHeader="true" :disableScroll="true">
<div class="container-fluid pt-16 sm:pxi-0 mx-auto overflow-x-hidden">
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
<g-image
v-if="$page.markdownPage.solution_image"
:src="$page.markdownPage.solution_image.src"