Browse Source

update css

SyuanYu 2 years ago
parent
commit
5e8f2187df
3 changed files with 8 additions and 0 deletions
  1. 5 0
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 3 0
      static/css/style.scss

+ 5 - 0
static/css/style.css

@@ -83,6 +83,11 @@ body {
   font-size: 50px;
   font-weight: 600;
 }
+@media (max-width: 991px) {
+  .blog-post-title a {
+    font-size: 36px;
+  }
+}
 
 .pagination {
   justify-content: center;

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 3 - 0
static/css/style.scss

@@ -88,6 +88,9 @@ body {
   a {
     font-size: 50px;
     font-weight: 600;
+    @media (max-width: 991px) {
+      font-size: 36px;
+    }
   }
 }
 

Some files were not shown because too many files changed in this diff