mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
remove comment and style marker
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
@@ -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 }) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user