调整服务入口导航
This commit is contained in:
+1
-7
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、SVN、Syncthing 与 Gemini 等常用服务导航。" />
|
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、Syncthing 与 Gemini 等常用服务导航。" />
|
||||||
<meta name="theme-color" content="#161a35" />
|
<meta name="theme-color" content="#161a35" />
|
||||||
<title>sumi.work - 服务入口</title>
|
<title>sumi.work - 服务入口</title>
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
@@ -45,12 +45,6 @@
|
|||||||
<span class="service-desc">代码仓库</span>
|
<span class="service-desc">代码仓库</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="service-card accent-gold" href="/svn/" aria-label="进入 SVN 服务">
|
|
||||||
<span class="service-icon">📁</span>
|
|
||||||
<span class="service-title">SVN 服务</span>
|
|
||||||
<span class="service-desc">版本控制</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="service-card accent-mint" href="/sync/" aria-label="进入 Syncthing">
|
<a class="service-card accent-mint" href="/sync/" aria-label="进入 Syncthing">
|
||||||
<span class="service-icon">🔄</span>
|
<span class="service-icon">🔄</span>
|
||||||
<span class="service-title">Syncthing</span>
|
<span class="service-title">Syncthing</span>
|
||||||
|
|||||||
+2
-3
@@ -265,12 +265,11 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-card-wide {
|
.service-card-wide {
|
||||||
min-height: 132px;
|
min-height: 168px;
|
||||||
grid-column: 1 / -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-card-wide .service-icon {
|
.service-card-wide .service-icon {
|
||||||
margin-bottom: 20px;
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-icon,
|
.service-icon,
|
||||||
|
|||||||
Reference in New Issue
Block a user