Fix fixed navbar
This commit is contained in:
@@ -84,8 +84,4 @@ export default {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-post:first-child {
|
|
||||||
margin-top: 60px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html ${htmlAttrs}>
|
<html ${htmlAttrs}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
${head}
|
${head}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body ${bodyAttrs}>
|
<body ${bodyAttrs}>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -10,6 +12,7 @@
|
|||||||
// for this starter, i used the code from gridsome.org
|
// for this starter, i used the code from gridsome.org
|
||||||
(function() {
|
(function() {
|
||||||
window.__onThemeChange = function() {};
|
window.__onThemeChange = function() {};
|
||||||
|
|
||||||
function setTheme(newTheme) {
|
function setTheme(newTheme) {
|
||||||
|
|
||||||
window.__theme = newTheme;
|
window.__theme = newTheme;
|
||||||
@@ -41,7 +44,7 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
${app}
|
${app} ${scripts}
|
||||||
${scripts}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
|
|
||||||
metaInfo: {
|
metaInfo: {
|
||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
class: "m-0"
|
class: "m-0 pt-12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout :hideHeader="false" :disableScroll="true">
|
<Layout :hideHeader="true" :disableScroll="true">
|
||||||
|
|
||||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user