Adjust css

This commit is contained in:
2024-08-21 14:37:02 +02:00
committed by Bartuccio Antoine
parent e7d04d9817
commit f54bf2b8af
2 changed files with 46 additions and 27 deletions

View File

@ -81,8 +81,8 @@
> img, > video {
width: 100% !important;
object-fit: contain;
height: auto;
object-fit: cover;
height: 100% !important;
max-height: 100%;
}
@ -98,23 +98,38 @@
&-edit {
display: flex;
flex-direction: column-reverse;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
> a {
margin-bottom: 15px;
}
> div {
max-width: 100%;
> input {
font-weight: normal;
cursor: pointer;
}
> button {
min-width: 30%;
}
@media (min-width: 750px) {
height: auto;
align-items: center;
display: inline-flex;
overflow: hidden;
> input {
font-size: .6em;
}
}
> input {
font-size: .8em;
font-weight: normal;
cursor: pointer;
}
> p {
margin-bottom: 0;
margin-bottom: 10px;
text-align: left !important;
min-height: 50px;
}