migrate to astro #1

Merged
nin0 merged 18 commits from astro into main 2024-07-29 17:07:16 -04:00
Showing only changes of commit 0ee0b19d16 - Show all commits

View file

@ -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">