Compare commits
No commits in common. "974a99359f850de3ca1001d3c989c588ff122256" and "6b9d8529a605f59b564463d3def40067ce3c5cbd" have entirely different histories.
974a99359f
...
6b9d8529a6
|
|
@ -104,5 +104,5 @@
|
|||
|
||||
<?php do_action('tailpress_content_start'); ?>
|
||||
|
||||
<?php get_template_part('template-parts/utils/scroll-top'); ?>
|
||||
<main id="content" class="site-content flex-grow">
|
||||
<main id="content" class="site-content flex-grow">
|
||||
<?php get_template_part('template-parts/utils/scroll-top'); ?>
|
||||
|
|
@ -10,7 +10,6 @@
|
|||
@import './base/filters.css';
|
||||
@import './base/links.css';
|
||||
@import './base/animation.css';
|
||||
@import './base/format-types.css';
|
||||
|
||||
/* ########### FORMS ############ */
|
||||
@import './forms/forms.css';
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
.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-medium !tracking-wider !uppercase;
|
||||
@apply !text-2xl !mb-6 !font-bold !tracking-wider !uppercase;
|
||||
font-family: 'Nunito Sans', sans-serif !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
@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,11 +9,3 @@
|
|||
letter-spacing: 0.05em;
|
||||
}
|
||||
}
|
||||
|
||||
.card-grid {
|
||||
&--cards-with-border {
|
||||
.content-card {
|
||||
@apply py-16 px-12;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
h6 {
|
||||
@apply font-light uppercase tracking-wider max-w-4xl !text-5xl;
|
||||
line-height: 1.2 !important;
|
||||
/* @apply !mb-0 !pb-0; */
|
||||
@apply !pb-0;
|
||||
@apply !mb-0 !pb-0;
|
||||
}
|
||||
|
||||
h1.has-text-align-center,
|
||||
|
|
|
|||
11
theme.json
11
theme.json
|
|
@ -5,17 +5,6 @@
|
|||
"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