diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index 6ac31d2af..e27680a57 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -1687,6 +1687,38 @@ hr {
color: #5e44ee;
}
+@media (min-width: 576px) {
+
+ .system_info .project_title {
+ font-size: 3rem;
+ }
+}
+
+@media (min-width: 768px) {
+
+ .system_info .project_title {
+ font-size: 3.5rem;
+ }
+}
+
+@media (min-width: 992px) {
+ .system_info .project_title {
+ font-size: 3.5rem;
+ }
+}
+
+@media (min-width: 1200px) {
+ .system_info .project_title {
+ font-size: 4rem;
+ }
+}
+
+@media (min-width: 1400px) {
+ .system_info .project_title {
+ font-size: 4.5rem;
+ }
+}
+
.system_info h5 {
font-weight: 500;
font-size: 1.1rem;
@@ -2011,11 +2043,12 @@ hr {
background-color: #141618;
border: 1px solid #333;
}
+
.incubating {
- background-color: hsla(0,0%,100%,.15);
+ background-color: hsla(0, 0%, 100%, .15);
&:hover {
- background-color: hsla(0,0%,100%,.25);
+ background-color: hsla(0, 0%, 100%, .25);
}
color: #fff;