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

This commit is contained in:
Иван Кузьменко 2025-09-29 01:29:43 +03:00
parent 772444e384
commit 7db1d5ef4e

View file

@ -2,9 +2,7 @@
import SocialButton from '$lib/components/SocialButton.svelte'; import SocialButton from '$lib/components/SocialButton.svelte';
</script> </script>
<section <section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<div <div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap" class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
> >
@ -17,5 +15,5 @@
</section> </section>
<style> <style>
@import "$src/app.css"; @import '$src/app.css';
</style> </style>