Skip to content

Commit

Permalink
Centre resume
Browse files Browse the repository at this point in the history
  • Loading branch information
grolls23 committed Feb 11, 2024
1 parent c6247de commit 23ca789
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 23ca789

Please sign in to comment.