From 23ca789798922ae5dfb1671b56da24812555d9e2 Mon Sep 17 00:00:00 2001 From: Gavin Rolls <64707951+grolls23@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:21:30 +0000 Subject: [PATCH] Centre resume --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 30835d8..b8059fb 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,22 @@ display:block; } +iframe { + margin: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + max-width: 60%; + margin: 0 auto; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + h1 { font-size: 30px; font-family: TubeFont, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;