forked from hero/www_hero_project
edit
This commit is contained in:
@@ -53,15 +53,15 @@ img[src*="#3col"] { width: 100px; margin-left: auto; margin-right: auto; }
|
||||
h3 { @apply text-xl lg:text-2xl font-normal my-4; color: #4207ab; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
h3 strong { @apply font-medium; font-weight: 400; }
|
||||
h4 { @apply text-xl lg:text-xl font-normal my-4; color: #4207ab; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
h5 { @apply text-xl lg:text-xl font-normal; font-family: "Reddit Sans", sans-serif; font-weight: 400; color: #4207ab !important; }
|
||||
h6 { @apply text-lg not-italic font-normal my-1; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
p { @apply text-base lg:text-lg leading-tight tracking-normal font-normal my-0; font-family: "Reddit Sans", sans-serif; font-weight: 400; letter-spacing: 0.05em; }
|
||||
h5 { @apply text-xl lg:text-xl font-normal; font-family: "Reddit Sans", sans-serif; font-weight: 300; }
|
||||
h6 { @apply text-lg not-italic font-normal my-1; font-family: "Reddit Sans", sans-serif; font-weight: 300; letter-spacing: 0.02em; }
|
||||
p { @apply text-lg lg:text-xl leading-tight tracking-normal font-normal my-0; font-family: "Reddit Sans", sans-serif; font-weight: 300; letter-spacing: 0.03em; }
|
||||
blockquote { @apply border-l-4 border-gray-400 mx-2 my-2 p-2; font-family: "Reddit Sans", sans-serif; font-weight: 300; }
|
||||
li { @apply text-sm lg:text-sm font-light my-2; font-family: "Reddit Sans", sans-serif; font-weight: 200; }
|
||||
li li { @apply text-sm lg:text-sm font-light;font-family: "Reddit Sans", sans-serif; font-weight: 200; }
|
||||
button { @apply inline-block text-base lg:text-lg px-8 py-1 my-3 border-2 shadow;font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
article h2 { @apply text-xl lg:text-3xl font-medium; font-family: "Reddit Sans", sans-serif; font-weight: 500; }
|
||||
article p, { @apply text-base lg:text-lg; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
article { @apply text-base lg:text-lg; font-family: "Reddit Sans", sans-serif; font-weight: 400; }
|
||||
li { @apply text-sm lg:text-base; font-family: "Reddit Sans", sans-serif; font-weight: 300; }
|
||||
}
|
||||
|
||||
|
@@ -3,13 +3,14 @@ main {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/* Heading styles */
|
||||
/* Heading styles: color n size */
|
||||
h1, .h1 { font-size: 2.5rem; font-weight: 900; }
|
||||
h2, .h2 { font-size: 2rem; font-weight: 700; }
|
||||
h3, .h3 { font-weight: 400; color: #4207ab; }
|
||||
h3, .h3 { font-size: 1.5rem;font-weight: 400; color: #4207ab; }
|
||||
h4, .h4 { font-size: 1.3rem; }
|
||||
h5, .h5 { font-size: 1.25rem; font-style: normal; }
|
||||
h6, .h6 { font-size: 1rem; }
|
||||
h5, .h5 { font-size: 1.15rem; font-style: normal; color:#3f3f3f }
|
||||
h6, .h6 { font-size: 1rem; color:#3f3f3f }
|
||||
p, .p { font-size: 1.2rem; color:#232323}
|
||||
|
||||
/* Navigation styles */
|
||||
#xp-heading { margin: 0; }
|
||||
|
Reference in New Issue
Block a user