mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
width auto
This commit is contained in:
parent
3ea7c7ffa0
commit
a8283b27c5
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
@media screen and (max-width: 860px) {
|
@media screen and (max-width: 860px) {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
border: 1px solid #e4e4eb;
|
border: 1px solid #e4e4eb;
|
||||||
|
|
||||||
@media screen and (max-width: 860px) {
|
@media screen and (max-width: 860px) {
|
||||||
width: 100%;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue