From 91ea8922dde4386f9a2800a1bc5e9f07d36c7d2e Mon Sep 17 00:00:00 2001
From: HauErn Lien <lienhe81@gmail.com>
Date: Tue, 1 Oct 2024 19:23:09 +0000
Subject: [PATCH] Update file random.html

---
 wiki/pages/random.html | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/wiki/pages/random.html b/wiki/pages/random.html
index 559e1e91..82369b91 100644
--- a/wiki/pages/random.html
+++ b/wiki/pages/random.html
@@ -7,16 +7,19 @@
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@700&display=swap" rel="stylesheet">
   <link rel="icon" type="image/x-icon" href="https://static.igem.wiki/teams/5187/art/icon.png">
-  <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
+
   <title>Home | Tsinghua - IGEM 2024</title>
   <style>
-    @import url('https://fonts.googleapis.com/css2?family=Baskerville&display=swap');
-
-    .poppins-bold {
-        font-family: "Poppins", system-ui;
-        font-weight: 700;
-        font-style: normal;
-      }
+    *{
+      margin: 0;
+      padding: 0;
+      box-sizing: border-box;
+      .poppins-bold {
+          font-family: "Poppins", system-ui;
+          font-weight: 700;
+          font-style: normal;
+        }
+    }
 
     body {
       line-height: 1.6;
-- 
GitLab