Блоги #1

Merged
rndtrash merged 64 commits from feature-blogs into master 2025-10-22 08:44:56 +03:00
3 changed files with 18 additions and 18 deletions
Showing only changes of commit 49646c3a09 - Show all commits

View file

@ -1,10 +1,8 @@
<script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte';
import WarningBlock from '$lib/components/WarningBlock.svelte';
</script>
<section
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
<div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
>
@ -16,6 +14,8 @@
</div>
</section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style>
@import "$src/app.css";
</style>
@import '$src/app.css';
</style>

View file

@ -1,10 +1,8 @@
<script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte';
import WarningBlock from '$lib/components/WarningBlock.svelte';
</script>
<section
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
<div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
>
@ -16,6 +14,8 @@
</div>
</section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style>
@import "$src/app.css";
</style>
@import '$src/app.css';
</style>

View file

@ -1,10 +1,8 @@
<script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte';
import WarningBlock from '$lib/components/WarningBlock.svelte';
</script>
<section
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
<div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
>
@ -16,6 +14,8 @@
</div>
</section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style>
@import "$src/app.css";
</style>
@import '$src/app.css';
</style>