Improve images display on mobile #53
This commit is contained in:
parent
ac82ee65d7
commit
be089ba47b
4 changed files with 34 additions and 1 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue