Improve images display on mobile #53

This commit is contained in:
Timothée Goguely 2024-12-11 12:25:45 +01:00
parent ac82ee65d7
commit be089ba47b
4 changed files with 34 additions and 1 deletions

View file

@ -43,6 +43,8 @@ main {
min-height: calc(100vh - var(--gutter) * 2);
}
main > header {
--column-gap: 1rem;
--row-gap: 1rem;
align-items: flex-start;
justify-content: space-between;
width: 100%;

View file

@ -177,6 +177,12 @@
transform: translateX(-50%);
}
.project-details {
flex-wrap: wrap !important;
}
.project-details > * {
min-width: 20rem;
}
.project-details textarea {
resize: none;
max-height: 5rem;