summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-24 17:56:01 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-24 17:56:01 +0800
commitec622bc404fddd3df2bd36800fc4f4364feefee1 (patch)
tree4bb130cbaca359d3351cb29032c8bf783ad15e9a
parent3d96bc091de948ec5af22606491fe4ec56ce34c6 (diff)
downloadwww-ec622bc404fddd3df2bd36800fc4f4364feefee1.tar.gz
less columns
-rw-r--r--index.html2
-rw-r--r--style.css20
2 files changed, 3 insertions, 19 deletions
diff --git a/index.html b/index.html
index ea24bc5..fbd42df 100644
--- a/index.html
+++ b/index.html
@@ -35,8 +35,6 @@
 				<h3>What about a mathematical political system?</h3>
 				<p>A government too strong causes authoritarianism which may lead to non-democracies, while a government too weak causes the inability of the government to do anything with the slightest controversy (look at COVID handling).  Is there a mathematical way (say a function; this sounds like group theory, but I'm not sure) to compute, based all known information known about the bill/order/whatever being considered, if the government (I'm especially talking about the executive here) has the right to order that? I feel like this could be proved impossible due to incompleteness and unpredictability, but this needs further investigation.</p>
 			</div>
-		</div>
-		<div class="multicol">
 			<div id="me">
 				<h2>About me</h2>
 				<p>I am Andrew Yu, a secondary school student in Shanghai, China.  My main fields of interest are philosophy (especially moral philosophy, and especially especially moral philosophy in technology), metamathematics, programming fundamentals and molecular biology. (To be extended)</p>
diff --git a/style.css b/style.css
index f2157c3..2e35ef8 100644
--- a/style.css
+++ b/style.css
@@ -16,25 +16,11 @@ h1 {
 	/* justify-content: center; */
 	/* align-items: flex-start; */
 	/* align-content: flex-start; */
-	/* /\* height: calc(100vh); *\/ */
-	gap: 2%;
+	/* height: calc(100vh); */
+	gap: 3%;
 }
 .multicol div {
-	/* min-width: 15ex; */
-	/* max-width: 75ex; */
-	/* margin-left: auto; */
-	/* margin-right: auto; */
-	/* flex-basis: | auto; */
-	/*******************************/
-	/* margin: auto;			   */
-	/* border: 1px solid white;	   */
-	/* margin-left: auto;		   */
-	/* margin-right: auto;		   */
-	/* margin-bottom: auto;		   */
-	/* width: 30%;				   */
-	/* flex-shrink: 5;			   */
-	/* flex-grow: 5;			   */
-	/*******************************/
+	min-width: 30ex;
 }
 #footer {
 	line-height: 1.2;