remove comment and style marker

This commit is contained in:
love1119
2021-04-30 02:36:05 +03:00
parent 9af1df5a41
commit 3a37eae3dd
3 changed files with 1 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
import Layout from '../components/layout';
import { Hero, TextLayout } from '../components/jambonz-ui';
import { getData, getParsedMarkdown } from '../lib/data';
// You'll need to load the nodejs path module
import path from 'path';
export default function Privacy({ data, parsed }) {

View File

@@ -1,8 +1,6 @@
import Layout from '../components/layout';
import { Hero, TextLayout } from '../components/jambonz-ui';
import { getData, getParsedMarkdown } from '../lib/data';
// You'll need to load the nodejs path module
import path from 'path';
export default function Terms({ data, parsed }) {

View File

@@ -39,7 +39,7 @@ $font-mono: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
list-style-type: decimal;
margin: 16px 0;
> p {
&::marker, > p {
@include p();
font-size: 14px;
}