Fix: remplacer custom media queries par valeurs en dur, retirer postcss-custom-media
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m23s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m23s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4a6363273e
commit
b9631b8c53
12 changed files with 16 additions and 145 deletions
|
|
@ -363,7 +363,7 @@
|
|||
}
|
||||
|
||||
/* Mobile (≤ 700px) */
|
||||
@media (--mobile) {
|
||||
@media (max-width: 700px) {
|
||||
.expertise-title {
|
||||
grid-area: 5/4 / span 1 / span 7;
|
||||
font-size: var(--font-size-title-main-mobile);
|
||||
|
|
@ -379,7 +379,7 @@
|
|||
}
|
||||
|
||||
/* Tablet (701–912px) */
|
||||
@media (--tablet-only) {
|
||||
@media (min-width: 701px) and (max-width: 912px) {
|
||||
.expertise-title {
|
||||
grid-area: 5/6 / span 4 / span 12;
|
||||
font-size: var(--font-size-title-main-tablet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue