|
|
@@ -5,7 +5,7 @@ import Win98Window from "./win98window.astro";
|
|
|
<Win98Window
|
|
|
title="SimoSearch"
|
|
|
layout={{
|
|
|
- mobile: { left: '5%', top: '12%', width: '90%', height: '70vh' },
|
|
|
+ mobile: { left: '5%', top: '12%', width: '0%', height: '0%' },
|
|
|
desktop: { left: '62%', top: '10%', width: '35%', height: 'auto' }
|
|
|
}}
|
|
|
>
|