Compare commits

..

No commits in common. "d27404606edcbc9da5813386ecda7144e3a8d3da" and "9fb13847d0012579a62e8ecc964419ae10c75d65" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.content-meta {
@apply flex flex-wrap !items-center justify-between gap-2;
@apply flex !items-center justify-between gap-2;
&__revue-issue {
@apply !px-3 !py-2 font-semibold h-fit;
@apply bg-carhop-green-700 text-white;

View File

@ -3,7 +3,7 @@
h1.post-header__title,
h2.post-header__title {
@apply uppercase font-medium text-4xl md:text-5xl lg:text-7xl text-white;
@apply uppercase font-medium text-7xl text-white;
line-height: 1.2;
}
&__inner {
@ -54,7 +54,7 @@
}
.post-details {
@apply flex flex-wrap justify-between gap-28 mt-12;
@apply flex justify-between gap-28 mt-12;
grid-template-columns: 1fr 1fr;
&__label {
@ -64,10 +64,10 @@
}
.socials-buttons {
@apply flex flex-wrap gap-4 h-fit;
@apply flex gap-4 h-fit;
&__button {
@apply bg-white text-carhop-green-700 px-6 md:px-8 lg:!py-4 font-normal rounded-full w-max flex items-center gap-2;
@apply bg-white text-carhop-green-700 px-8 !py-4 font-normal rounded-full w-max flex items-center gap-2;
transition: transform 0.3s ease-in-out;
&:hover {
transform: scale(1.05);

View File

@ -7,7 +7,7 @@
@apply text-lg text-carhop-gray opacity-80;
}
a[active='true'] {
@apply text-carhop-green-700 font-bold opacity-90;
@apply text-carhop-green-700 font-bold;
}
li,