diff --git a/packages/web/src/pages/index.tsx b/packages/web/src/pages/index.tsx
index 2280790..d003c95 100644
--- a/packages/web/src/pages/index.tsx
+++ b/packages/web/src/pages/index.tsx
@@ -53,7 +53,7 @@ const Home: NextPage = () => {
locale === 'zh' && <>
云端检测网页指定区域的文字变化, 发送Email通知
公开网页,均可检测,免插件免挂机
- 每月免费80次检测, 公开源码, 可以自己部署
+ 每月免费80次检测. 公开源码, 支持自己部署
基于Next.js, MongoDB, RabbitMQ, puppeteer,高负载可扩展
>
}
diff --git a/packages/web/src/styles/modules/Home.module.scss b/packages/web/src/styles/modules/Home.module.scss
index b952d71..1bf6cfe 100644
--- a/packages/web/src/styles/modules/Home.module.scss
+++ b/packages/web/src/styles/modules/Home.module.scss
@@ -4,7 +4,11 @@
// @media screen and (max-width: 768px) {
// height: auto;
// }
- padding: 4rem 0;
+ padding: 2rem 0;
+ margin-top: 0;
+ @media screen and (max-width: 768px) {
+ padding: .5rem 0;
+ }
flex: 1;
display: flex;
flex-direction: column;
@@ -70,6 +74,9 @@
margin: 3vh 0;
font-family: Georgia, 'Times New Roman', Times, serif;
color: rgb(0, 0, 50);
+ @media screen and (max-width: 840px) {
+ zoom: .8
+ }
h3{
margin: .3em 0;
&:nth-of-type(3){
@@ -79,7 +86,10 @@
zoom:.8
}
&:nth-of-type(4){
- zoom:.6
+ zoom:.6;
+ @media screen and (max-width: 768px) {
+ display: none;
+ }
}
}
}