Compare commits
2 commits
b331d7371b
...
7eb8930627
Author | SHA1 | Date | |
---|---|---|---|
|
7eb8930627 | ||
|
7ef1e2d282 |
4 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,7 @@ layout: layouts/subpages.njk
|
|||
permalink: /carry
|
||||
eleventySubNavigation:
|
||||
parent: À propos
|
||||
key: /carry
|
||||
key: /carry/
|
||||
description: Ce que je porte sur moi
|
||||
order: 1
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: layouts/subpages.njk
|
|||
permalink: /uses
|
||||
eleventySubNavigation:
|
||||
parent: À propos
|
||||
key: /uses
|
||||
key: /uses/
|
||||
description: Ce que j'utilise au quotidien
|
||||
order: 1
|
||||
---
|
||||
|
|
|
@ -1189,7 +1189,9 @@ a.sr-hover {
|
|||
margin-bottom: 1.5rem;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
right: 64px; } }
|
||||
right: 64px; }
|
||||
.illustration img {
|
||||
max-width: 530px; } }
|
||||
.illustration img {
|
||||
height: auto;
|
||||
max-width: 100%; }
|
||||
|
|
|
@ -63,6 +63,10 @@
|
|||
position: relative;
|
||||
top: 0px;
|
||||
right: 64px;
|
||||
|
||||
img {
|
||||
max-width: 530px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue