Блоги #1

Merged
rndtrash merged 64 commits from feature-blogs into master 2025-10-22 08:44:56 +03:00
Showing only changes of commit 7db1d5ef4e - Show all commits

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>