From a7c1d81698069120ef982e27788c39eda5514fee Mon Sep 17 00:00:00 2001
From: jaywcjlove <398188662@qq.com>
Date: Tue, 18 Oct 2022 21:38:31 +0800
Subject: [PATCH] style: update website style.

---
 scripts/style.css | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/scripts/style.css b/scripts/style.css
index d40604f..df51a21 100644
--- a/scripts/style.css
+++ b/scripts/style.css
@@ -911,8 +911,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
     margin-bottom: 0;
   }
 }
-
-@media only screen and (max-width: 375px) {
+@media (375px <= width <= 1024px) {
   .header-nav .title {
     font-size: 1rem;
   }
@@ -955,6 +954,10 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
   .footer-wrap {
     font-size: 0.75rem;
   }
+  table {
+    overflow: auto;
+    display: block;
+  }
   table td, table th {
     display: block;
     text-align: left !important;
@@ -962,9 +965,9 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
   table td + td, table th + th {
     padding-top: 0 !important;
   }
-}
-
-@media (min-width: 768px) {
+  table td:first-child {
+    white-space: initial;
+  }
   .home-card {
     grid-template-columns: repeat(4,minmax(0,1fr));
   }
@@ -974,4 +977,4 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
   .tooltip:hover .tooltiptext {
     display: inline-block;
   }
-}
+}
\ No newline at end of file