Change src to assets

This commit is contained in:
Oliver Davies 2019-05-08 08:38:37 +01:00
parent 168d1a5ee7
commit 087aefffdc
10 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,45 @@
.markup,
.comment-content,
.entry-content {
@apply font-serif text-lg leading-loose;
@screen md {
@apply text-xl;
}
> * {
@apply max-w-2xl;
@screen 2xl {
@apply max-w-full;
}
}
h2 {
@apply text-2xl font-bold mt-8 -mb-5;
}
a {
@apply text-blue-700 underline;
&:hover {
@apply text-blue-800 no-underline;
}
}
* + * {
@apply mt-6;
}
p {
@apply font-serif;
}
ul {
@apply list-disc ml-6;
}
li + li {
@apply mt-0;
}
}