Compare commits
7 Commits
6b9d8529a6
...
974a99359f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
974a99359f | ||
|
|
266ed23532 | ||
|
|
9dd55a0475 | ||
|
|
a87003fd97 | ||
|
|
7e84aaab0f | ||
|
|
8248134ca0 | ||
|
|
de032e83b8 |
|
|
@ -104,5 +104,5 @@
|
|||
|
||||
<?php do_action('tailpress_content_start'); ?>
|
||||
|
||||
<main id="content" class="site-content flex-grow">
|
||||
<?php get_template_part('template-parts/utils/scroll-top'); ?>
|
||||
<?php get_template_part('template-parts/utils/scroll-top'); ?>
|
||||
<main id="content" class="site-content flex-grow">
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
@import './base/filters.css';
|
||||
@import './base/links.css';
|
||||
@import './base/animation.css';
|
||||
@import './base/format-types.css';
|
||||
|
||||
/* ########### FORMS ############ */
|
||||
@import './forms/forms.css';
|
||||
|
|
|
|||
3
resources/css/base/format-types.css
Normal file
3
resources/css/base/format-types.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.uppercased-small-title {
|
||||
@apply nunito font-bold text-xl tracking-wider uppercase;
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ body :is(h1, h2, h3, h4, h5, h6).title-small {
|
|||
}
|
||||
|
||||
.title-small-important {
|
||||
@apply !text-2xl !mb-6 !font-bold !tracking-wider !uppercase;
|
||||
@apply !text-2xl !mb-6 !font-medium !tracking-wider !uppercase;
|
||||
font-family: 'Nunito Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
@apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12;
|
||||
@apply max-w-screen-2xl mx-auto;
|
||||
color: var(--content-box-text-color);
|
||||
|
||||
min-height: 60vh;
|
||||
|
||||
&:first-child {
|
||||
|
|
|
|||
|
|
@ -9,3 +9,11 @@
|
|||
letter-spacing: 0.05em;
|
||||
}
|
||||
}
|
||||
|
||||
.card-grid {
|
||||
&--cards-with-border {
|
||||
.content-card {
|
||||
@apply py-16 px-12;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@
|
|||
h6 {
|
||||
@apply font-light uppercase tracking-wider max-w-4xl !text-5xl;
|
||||
line-height: 1.2 !important;
|
||||
@apply !mb-0 !pb-0;
|
||||
/* @apply !mb-0 !pb-0; */
|
||||
@apply !pb-0;
|
||||
}
|
||||
|
||||
h1.has-text-align-center,
|
||||
|
|
|
|||
11
theme.json
11
theme.json
|
|
@ -5,6 +5,17 @@
|
|||
"contentSize": "960px",
|
||||
"wideSize": "1280px"
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": true,
|
||||
"margin": {
|
||||
"custom": true,
|
||||
"individual": true
|
||||
},
|
||||
"padding": {
|
||||
"custom": true,
|
||||
"individual": true
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
"custom": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user