Skip to content

Commit

Permalink
test: #1231; single column;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed May 2, 2023
1 parent 109e2bf commit be4382a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"
/>
<meta name="theme-color" content="#292929" />
<link
<!-- <link
rel="stylesheet"
type="text/css"
href="/app.css"
/>
/> -->
<!--
IMPORTANT
mobile usability override
[GOOGLEBOT] mobile usability override/hack
-->
<style>
body.googlebot-override,
Expand All @@ -42,6 +42,9 @@
body.googlebot-override div#splash-screen {
margin: 0;
}
section#home-page {
grid-template-columns: 1fr !important;
}
</style>
<!--
[ℹ] Website Icons & Favicons
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/_Splash_screen.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script lang="ts">
import { onMount } from 'svelte';
let show: boolean = true;
let show: boolean = false;
/**
* @summary [LIFECYCLE]
Expand Down

0 comments on commit be4382a

Please sign in to comment.