mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
refactor: the chaotic grid to use subgrid and be much simpler
This commit is contained in:
committed by
Stefan Imhoff
parent
02ba52cefc
commit
585ad0a481
@@ -35,9 +35,6 @@ rssPosts.sort(sortMarkdownByDate);
|
||||
<GridLayout title={title} description={description} grid="fullsize" class="grid" innerGrid>
|
||||
<PageTitle class="!text-6 sm:!text-7">
|
||||
{site.title}
|
||||
<small class="block text-[0.198em] font-light tracking-normal dark:text-[0.195em]"
|
||||
>{site.tagline}</small
|
||||
>
|
||||
</PageTitle>
|
||||
<div
|
||||
class="col-start-1 col-end-19 md:col-start-1 md:col-end-11 xl:col-end-11 [&_div]:!border-x-0 [&_div]:!mbe-0 [&_div]:md:!border-s-0"
|
||||
|
||||
Reference in New Issue
Block a user