Ajustements pour Gauth
This commit is contained in:
parent
58f0ea30ce
commit
0611189f5f
13
css/app.css
13
css/app.css
|
|
@ -285,7 +285,10 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.portfolio-project-card{
|
||||
.portfolio-project-card {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 3rem;
|
||||
|
|
@ -356,18 +359,18 @@
|
|||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt a{
|
||||
.portfolio-project-card__details .excerpt p a{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt a:hover {
|
||||
.portfolio-project-card__details .excerpt p a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3169,6 +3169,7 @@ p:empty {
|
|||
width: 390px;
|
||||
left: -15px;
|
||||
top: -40%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2715,6 +2715,7 @@ p:empty {
|
|||
width: 390px;
|
||||
left: -15px;
|
||||
top: -40%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
}
|
||||
|
||||
.portfolio-project-card {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@apply mx-auto px-12 pt-32;
|
||||
max-width: 1800px;
|
||||
|
||||
|
|
@ -65,16 +68,16 @@
|
|||
/* @apply bigCaslon text-4xl; */
|
||||
}
|
||||
p {
|
||||
@apply text-sm text-neutral-500 pb-0 mb-0;
|
||||
}
|
||||
a{
|
||||
@apply text-neutral-500;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
&:hover {
|
||||
@apply text-sm text-black pb-0 mb-0;
|
||||
a{
|
||||
@apply text-black;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user