Landing page is looking good, now for the live page.
This commit is contained in:
parent
faaa5df187
commit
29a4957a55
4 changed files with 85 additions and 29 deletions
|
|
@ -48,23 +48,23 @@ pre > code {
|
|||
|
||||
|
||||
h1 {
|
||||
@apply text-6xl mb-2 mt-4;
|
||||
@apply text-5xl mb-2 mt-4 sm:text-6xl;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-5xl mb-2 mt-4;
|
||||
@apply text-4xl mb-2 mt-4 sm:text-5xl;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-4xl mb-2 mt-4;
|
||||
@apply text-3xl mb-2 mt-4 sm:text-4xl;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@apply text-3xl mb-2 mt-4;
|
||||
@apply text-2xl mb-2 mt-4 sm:text-3xl;
|
||||
}
|
||||
|
||||
h5 {
|
||||
@apply text-2xl mb-2 mt-4;
|
||||
@apply text-2xl mb-2 mt-4 sm:text-2xl;
|
||||
}
|
||||
|
||||
details {
|
||||
|
|
@ -191,10 +191,26 @@ block {
|
|||
@apply flex flex-col p-4 gap-4;
|
||||
}
|
||||
|
||||
block.center-horizontal {
|
||||
@apply items-center;
|
||||
}
|
||||
|
||||
block.center-vertical {
|
||||
@apply justify-center;
|
||||
}
|
||||
|
||||
bar {
|
||||
@apply flex flex-row p-4 gap-4;
|
||||
}
|
||||
|
||||
bar.center-horizontal {
|
||||
@apply justify-center;
|
||||
}
|
||||
|
||||
bar.center-vertical {
|
||||
@apply items-center;
|
||||
}
|
||||
|
||||
stack {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue