Rename files

This commit is contained in:
Oliver Davies 2020-02-05 23:01:51 +00:00
parent 62c1ee08d8
commit cb930a1782
4 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,27 @@
h1, h2, h3 {
@apply font-bold
}
h1 {
@apply text-3xl
}
h2 {
@apply text-2xl
}
img {
@apply max-w-full h-auto
}
a {
@apply text-blue-700 no-underline;
&:hover {
@apply underline
}
}
blockquote {
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
}