mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: add projects.html template
This commit is contained in:
parent
eca48537f7
commit
70876ae0d2
5 changed files with 113 additions and 0 deletions
|
|
@ -1168,6 +1168,11 @@ body {
|
|||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.my-2 {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.my-4 {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
|
|
@ -1269,6 +1274,10 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.min-h-\[12rem\] {
|
||||
min-height: 12rem;
|
||||
}
|
||||
|
||||
.min-h-\[18rem\] {
|
||||
min-height: 18rem;
|
||||
}
|
||||
|
|
@ -1373,6 +1382,11 @@ body {
|
|||
gap: 0.625rem;
|
||||
}
|
||||
|
||||
.gap-x-2 {
|
||||
-moz-column-gap: 0.5rem;
|
||||
column-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-x-reverse: 0;
|
||||
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
|
||||
|
|
@ -1615,6 +1629,10 @@ body {
|
|||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.no-underline {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue