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