diff options
author | Andrew <andrew@andrewyu.org> | 2022-09-26 09:49:12 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:29 +0800 |
commit | e6a599b92355b873190206121d1108285030e1ae (patch) | |
tree | dfba3d2124574e165f847f53adfd6e3948882e7e | |
parent | df0a0ba1d296fe1c16384a722df397963b450801 (diff) | |
download | www-e6a599b92355b873190206121d1108285030e1ae.tar.gz |
/index.html: 80ex ht for iframe
-rw-r--r-- | .DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..42817fd --- /dev/null +++ b/.DS_Store Binary files differdiff --git a/index.html b/index.html index 79e9a3f..b5afc37 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ <h1>Andrew Yu</h1> <hr /> <div id="now"> - <iframe style="width: 100%; height: 40ex;" src="https://www.andrewyu.org/event/debate.html"></iframe> + <iframe style="width: 100%; height: 80ex;" src="https://www.andrewyu.org/event/debate.html"></iframe> </div> <hr /> <p id="about-me">I am Andrew Yu, a 14-year-old student in Shanghai, China, currently studying at YK Pao School. I am interested in fundamental computer science, political philosophy, and (more clinically-oriented) biology. |