mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 23:40:21 +08:00
styling
This commit is contained in:
parent
f7f464e3c4
commit
a6f5bb9aaf
@ -54,7 +54,7 @@ export default async function IconsPage() {
|
|||||||
return (
|
return (
|
||||||
<div className="isolate overflow-hidden">
|
<div className="isolate overflow-hidden">
|
||||||
<div className="py-8">
|
<div className="py-8">
|
||||||
<div className="space-y-4 mb-8 mx-auto w-7xl">
|
<div className="space-y-4 mb-8 mx-auto max-w-6xl">
|
||||||
<div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
|
<div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
|
||||||
<div>
|
<div>
|
||||||
<h1 className="text-3xl font-bold">Browse icons</h1>
|
<h1 className="text-3xl font-bold">Browse icons</h1>
|
||||||
|
@ -347,7 +347,7 @@ export function IconDetails({ icon, iconData, authorData }: IconDetailsProps) {
|
|||||||
<div>
|
<div>
|
||||||
<h3 className="text-sm font-semibold text-muted-foreground">About this icon</h3>
|
<h3 className="text-sm font-semibold text-muted-foreground">About this icon</h3>
|
||||||
<div className="text-xs text-muted-foreground space-y-2">
|
<div className="text-xs text-muted-foreground space-y-2">
|
||||||
<p>This icon is licensed under the open source MIT license</p>
|
<p>This icon is licensed under the open source Apache License 2.0</p>
|
||||||
<p>
|
<p>
|
||||||
Available in{" "}
|
Available in{" "}
|
||||||
{availableFormats.length > 1
|
{availableFormats.length > 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user