Прочие изменения на страничке Блоги

This commit is contained in:
Иван Кузьменко 2025-09-29 01:29:43 +03:00 committed by Иван Кузьменко
parent bafbec02c9
commit 1f5c508670

View file

@ -2,9 +2,7 @@
import SocialButton from '$lib/components/SocialButton.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"
>
@ -17,5 +15,5 @@
</section>
<style>
@import "$src/app.css";
@import '$src/app.css';
</style>