feat: add projects.html template

This commit is contained in:
st1020 2023-10-23 20:39:20 +08:00
parent eca48537f7
commit 70876ae0d2
5 changed files with 113 additions and 0 deletions

View file

@ -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;
}