diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 19:08:48 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 19:08:48 -0400 |
commit | 6cdb09f048a9f5f1dd8067c1c5e28fd91415eccd (patch) | |
tree | 0a89838adb1bed05159aaf692b4b7cd6aacbde1d | |
parent | 7da507bec63f75235ebe13e64a170556245ab62e (diff) | |
download | alxu.ca-6cdb09f048a9f5f1dd8067c1c5e28fd91415eccd.tar.xz alxu.ca-6cdb09f048a9f5f1dd8067c1c5e28fd91415eccd.zip |
fix mobile
-rw-r--r-- | resume/resume.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resume/resume.css b/resume/resume.css index dcaa585..3fbcd37 100644 --- a/resume/resume.css +++ b/resume/resume.css @@ -151,10 +151,10 @@ abbr { .h1s { margin-bottom: .6ex; } - .title, .taddr { + .title { text-align: center; } - .taddr { + .left address { columns: 2; } .left { |