chore: réordonnancement CSS expertise, log debug router, newline backend
- Expertise : réordonne align-self avant font-size dans .expertise-title - Router : ajout console.log pour debug des données de slide - expertise.json.php : suppression newline final Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
869dacd121
commit
ef992708fc
3 changed files with 6 additions and 4 deletions
|
|
@ -324,10 +324,11 @@
|
|||
.expertise-title {
|
||||
grid-area: 8/6 / span 5 / span 5;
|
||||
z-index: var(--z-content);
|
||||
text-align: left;
|
||||
font-size: var(--font-size-title-hero);
|
||||
color: var(--color-text);
|
||||
align-self: center;
|
||||
|
||||
font-size: var(--font-size-title-hero);
|
||||
text-align: left;
|
||||
color: var(--color-text);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue