From f0c1704983be7732d1fcff00a2329625fa85c97e Mon Sep 17 00:00:00 2001 From: Manos Date: Sat, 25 Jul 2020 13:07:24 +0200 Subject: [PATCH] Added my face in mobile view --- css/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 8a56e22..74a9c82 100644 --- a/css/styles.css +++ b/css/styles.css @@ -369,7 +369,13 @@ h1, h2, h3, h4, h5, p { /* About */ #about .left { - display: none; + /* display: none; */ + width: 100%; + margin-bottom: 3em; + } + + #about .left .pic { + margin: auto; } #about .right {