Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jun 14, 2020
1 parent ee290ce commit 69f6453
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
20 changes: 0 additions & 20 deletions src/templates/blog-template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { html, LitElement } from 'lit-element';

import '../components/blog-post/blog-post';
import '../components/footer/footer';
import '../components/header/header';
import '../components/navigation/navigation';
Expand All @@ -20,18 +19,6 @@ class BlogTemplate extends LitElement {
<style>
${ pageCss }
p {
width: 60%;
margin: 10px auto;
padding: 10px;
}
img {
display: block;
width: 70%;
margin: 0 auto;
}
ul {
list-style-type: none;
width: 70%;
Expand All @@ -54,13 +41,6 @@ class BlogTemplate extends LitElement {
ul a {
text-decoration: none!important;
}
pre {
width: 400px;
display: block;
margin: 0 auto;
text-align: left;
}
</style>
<div class="layout">
Expand Down
15 changes: 0 additions & 15 deletions src/templates/post-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ class PostTemplate extends LitElement {
text-align: center;
}
li {
margin: 10px 0;
}
h2 {
text-decoration: underline;
margin: 10px auto;
width: 20%;
text-align: center;
}
ul a {
text-decoration: none!important;
}
pre {
width: 400px;
display: block;
Expand Down

0 comments on commit 69f6453

Please sign in to comment.