switched to template
This commit is contained in:
@@ -2,18 +2,6 @@ main {
|
||||
@apply pt-0;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
#text-1xl { @apply text-xl }
|
||||
#text-2xl { @apply text-2xl }
|
||||
#text-3xl { @apply text-3xl }
|
||||
#text-4xl { @apply text-4xl }
|
||||
#text-5xl { @apply text-5xl }
|
||||
#text-6xl { @apply text-6xl }
|
||||
#text-7xl { @apply text-7xl }
|
||||
#text-8xl { @apply text-8xl }
|
||||
|
||||
>>>>>>> template/master
|
||||
/*
|
||||
html, body {
|
||||
@apply dark:bg-black;
|
||||
@@ -132,7 +120,6 @@ h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6 {
|
||||
<<<<<<< HEAD
|
||||
@apply font-sans leading-none tracking-tight;
|
||||
}
|
||||
|
||||
@@ -141,20 +128,21 @@ h1,
|
||||
h2,
|
||||
.h2,
|
||||
h3,
|
||||
.h3,
|
||||
.h3 {
|
||||
font-family: "Exo", sans-serif;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4,
|
||||
h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6,
|
||||
|
||||
h1,
|
||||
=======
|
||||
.h6 {
|
||||
@apply font-sans leading-none tracking-tight;
|
||||
font-family: "Lato", sans-serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
>>>>>>> template/master
|
||||
.h1 {
|
||||
@apply text-4xl font-extrabold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user