Implementaiton of preview tab.

This commit is contained in:
Florian THIERRY
2024-09-04 10:26:47 +02:00
parent db669114b2
commit b0cc42fddd
9 changed files with 103 additions and 3 deletions

View File

@@ -8,3 +8,7 @@ body {
display: flex;
flex-direction: column;
}
img {
max-width: 100%;
}