From 202f9b8ae261f2fec59371105b85a12475c3011f Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Tue, 29 Apr 2025 15:19:02 +0800 Subject: [PATCH] Fixed research interest table format. --- index.html | 1 + style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a6b44fb..57d98a9 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,7 @@ Postgraduate Courses
  • Market Frictions and Microstructure (Capital Gains Tax, Price Impact, Transaction Costs)
  • FinTech (Decentralized Exchanges, Stablecoins, DeFi Lending)
  • Stochastic Control
  • +


    diff --git a/style.css b/style.css index 5266cdf..bf4d387 100755 --- a/style.css +++ b/style.css @@ -91,7 +91,7 @@ hr { display:table; list-style:none; padding-left:5; - font-size:16px; + /* font-size:16px; */ } .notATable > li @@ -338,4 +338,4 @@ background-repeat: no-repeat; 100% { transform: translate(15px); } -} \ No newline at end of file +}