aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/components
diff options
context:
space:
mode:
authorTyler Flowers <contact@ggtylerr.dev>2023-11-26 18:42:56 -0500
committerTyler Flowers <contact@ggtylerr.dev>2023-11-26 18:42:56 -0500
commit580c9d6dbabafcfeb47c7e53aff71daac0da38af (patch)
treee0fa66380af1254caaa099602e8730fd01da1626 /apps/website/src/components
parente9d485fe3b5db8c426ac03b30ed8917df0baa62d (diff)
downloadNexus-580c9d6dbabafcfeb47c7e53aff71daac0da38af.tar.gz
Nexus-580c9d6dbabafcfeb47c7e53aff71daac0da38af.tar.bz2
Nexus-580c9d6dbabafcfeb47c7e53aff71daac0da38af.zip
more index work
Diffstat (limited to 'apps/website/src/components')
-rw-r--r--apps/website/src/components/base/Section.astro2
-rw-r--r--apps/website/src/components/icons/impl/link-external.svg3
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/website/src/components/base/Section.astro b/apps/website/src/components/base/Section.astro
index 51d9fa1..4edf1ba 100644
--- a/apps/website/src/components/base/Section.astro
+++ b/apps/website/src/components/base/Section.astro
@@ -18,7 +18,7 @@ const {
const twoColumn = Astro.slots.has('left') || Astro.slots.has('right');
-const className = `max-w-[${maxWidth}] ${wFull ? 'w-full' : ''} px-5 md:p-0 flex gap-4${
+const className = `max-w-[${maxWidth}] ${wFull ? 'w-full' : `w-[${maxWidth}]`} px-5 md:p-0 flex gap-4${
twoColumn ? ` ${maxWidth == 'none' ? 'justify-center' : 'justify-between md:justify-evenly lg:justify-between'} ${colReverse ? 'flex-col-reverse' : 'flex-col'} md:flex-row md:items-center md:flex-row` : ''
}${props.class ? ` ${props.class}` : ''}`;
---
diff --git a/apps/website/src/components/icons/impl/link-external.svg b/apps/website/src/components/icons/impl/link-external.svg
new file mode 100644
index 0000000..b431e85
--- /dev/null
+++ b/apps/website/src/components/icons/impl/link-external.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
+ <path d="M17.5 7.5L17.5 2.5M17.5 2.5H12.5M17.5 2.5L10.8333 9.16667M8.33333 4.16667H6.5C5.09987 4.16667 4.3998 4.16667 3.86502 4.43915C3.39462 4.67883 3.01217 5.06129 2.77248 5.53169C2.5 6.06647 2.5 6.76654 2.5 8.16667V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H11.8333C13.2335 17.5 13.9335 17.5 14.4683 17.2275C14.9387 16.9878 15.3212 16.6054 15.5608 16.135C15.8333 15.6002 15.8333 14.9001 15.8333 13.5V11.6667" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>