Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
d1f89778
Commit
d1f89778
authored
Jul 18, 2023
by
Eva Ho
Browse files
fix css on smaller screen
parent
df67a90e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
web/app/download/page.tsx
web/app/download/page.tsx
+1
-1
web/app/page.tsx
web/app/page.tsx
+5
-5
No files found.
web/app/download/page.tsx
View file @
d1f89778
...
@@ -29,7 +29,7 @@ export default async function Download() {
...
@@ -29,7 +29,7 @@ export default async function Download() {
return
(
return
(
<>
<>
<
Header
/>
<
Header
/>
<
main
className
=
'flex min-h-screen max-w-6xl flex-col p-20 lg:p-32 items-center mx-auto'
>
<
main
className
=
'flex min-h-screen max-w-6xl flex-col p
y
-20
px-16
lg:p-32 items-center mx-auto'
>
<
img
src
=
'/ollama.png'
className
=
'w-16 h-auto'
/>
<
img
src
=
'/ollama.png'
className
=
'w-16 h-auto'
/>
<
section
className
=
'mt-12 mb-8 text-center'
>
<
section
className
=
'mt-12 mb-8 text-center'
>
<
h2
className
=
'my-2 max-w-md text-3xl tracking-tight'
>
Downloading...
</
h2
>
<
h2
className
=
'my-2 max-w-md text-3xl tracking-tight'
>
Downloading...
</
h2
>
...
...
web/app/page.tsx
View file @
d1f89778
...
@@ -7,20 +7,20 @@ export default async function Home() {
...
@@ -7,20 +7,20 @@ export default async function Home() {
return
(
return
(
<>
<>
<
Header
/>
<
Header
/>
<
main
className
=
'flex min-h-screen max-w-6xl flex-col p-20
lg
:p-32 items-center mx-auto'
>
<
main
className
=
'flex min-h-screen max-w-6xl flex-col p
y
-20
px-16 md
:p-32 items-center mx-auto'
>
<
img
src
=
'/ollama.png'
className
=
'w-16 h-auto'
/>
<
img
src
=
'/ollama.png'
className
=
'w-16 h-auto'
/>
<
section
className
=
'my-12 text-center'
>
<
section
className
=
'my-12 text-center'
>
<
div
className
=
'flex flex-col space-y-2'
>
<
div
className
=
'flex flex-col space-y-2'
>
<
h2
className
=
'max-w-[18rem] mx-auto my-2 text-3xl tracking-tight'
>
Portable large language models
</
h2
>
<
h2
className
=
'
md:
max-w-[18rem] mx-auto my-2 text-3xl tracking-tight'
>
Portable large language models
</
h2
>
<
h3
className
=
'max-w-xs mx-auto text-base text-neutral-500'
>
<
h3
className
=
'
md:
max-w-xs mx-auto text-base text-neutral-500'
>
Bundle a model’s weights, configuration, prompts, data and more into self-contained packages that run anywhere.
Bundle a model’s weights, configuration, prompts, data and more into self-contained packages that run anywhere.
</
h3
>
</
h3
>
</
div
>
</
div
>
<
div
className
=
'mx-auto flex flex-col space-y-4 mt-12'
>
<
div
className
=
'mx-auto flex flex-col space-y-4 mt-12'
>
<
a
href
=
'/download'
className
=
'mx-14 bg-black text-white rounded-full px-4 py-2 focus:outline-none cursor-pointer'
>
<
a
href
=
'/download'
className
=
'
md:mx-10 lg:
mx-14 bg-black text-white rounded-full px-4 py-2 focus:outline-none cursor-pointer'
>
Download
Download
</
a
>
</
a
>
<
p
className
=
'text-neutral-500 text-sm'
>
<
p
className
=
'text-neutral-500 text-sm
'
>
Available for macOS with Apple Silicon
<
br
/>
Available for macOS with Apple Silicon
<
br
/>
Windows
&
Linux support coming soon.
Windows
&
Linux support coming soon.
</
p
>
</
p
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment