fix some css for small screen
This commit is contained in:
parent
1bd4aa40e6
commit
042bb43d9c
2 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,6 @@
|
||||||
|
|
||||||
.create-offer-controls {
|
.create-offer-controls {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 800px;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,8 @@ h1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
|
max-height: 90vh;
|
||||||
|
overflow: auto;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue