better mobile
This commit is contained in:
parent
b47f03ff2a
commit
0ee0b19d16
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ const {title, showClose, maxWidth} = Astro.props
|
|||
.window-body {
|
||||
padding: 20px !important;
|
||||
}
|
||||
@media (pointer:coarse) {
|
||||
.window {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="background" class="window">
|
||||
|
|
Loading…
Reference in a new issue