Compare commits

...

3 Commits

Author SHA1 Message Date
Nonimart
d27404606e RESPONSIVE FIX flex wrap
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-03 12:25:54 +02:00
Nonimart
ef7c13a37a STYLE changing active link opactity 2025-09-03 12:25:33 +02:00
Nonimart
c64cdbd487 RESPONSIVE FIX font size on title 2025-09-03 12:25:03 +02:00
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.content-meta {
@apply flex !items-center justify-between gap-2;
@apply flex flex-wrap !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-7xl text-white;
@apply uppercase font-medium text-4xl md:text-5xl lg:text-7xl text-white;
line-height: 1.2;
}
&__inner {
@ -54,7 +54,7 @@
}
.post-details {
@apply flex justify-between gap-28 mt-12;
@apply flex flex-wrap justify-between gap-28 mt-12;
grid-template-columns: 1fr 1fr;
&__label {
@ -64,10 +64,10 @@
}
.socials-buttons {
@apply flex gap-4 h-fit;
@apply flex flex-wrap gap-4 h-fit;
&__button {
@apply bg-white text-carhop-green-700 px-8 !py-4 font-normal rounded-full w-max flex items-center gap-2;
@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;
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;
@apply text-carhop-green-700 font-bold opacity-90;
}
li,