From 9319770a4c2ffde982c5791fa58e27e7ceb07288 Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Sat, 23 Sep 2023 15:41:31 -0500 Subject: [PATCH] Add photo credit --- public/index.html | 1 + public/style.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 54c04bd..56d05d3 100755 --- a/public/index.html +++ b/public/index.html @@ -118,6 +118,7 @@

Social Media

diff --git a/public/style.css b/public/style.css index 3ddf006..9b75d07 100755 --- a/public/style.css +++ b/public/style.css @@ -41,6 +41,8 @@ body { } aside { + display: flex; + flex-direction: column; margin-top: 2em; }