1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 16:21:28 +00:00

small css spacing fixes

This commit is contained in:
2021-07-27 12:14:15 -07:00
parent 8cf438fb6b
commit 317219e36a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<body> <body>
<h1>Anson Biggs</h1> <h1>Anson Biggs</h1>
<h3> <h3 style="margin-top: 0">
Astronautical Engineering Undergraduate Astronautical Engineering Undergraduate
<!--sse--> <!--sse-->
<br /> <br />

View File

@@ -21,5 +21,5 @@ p {
} }
body { body {
margin: auto 15% auto 10%; margin: auto 15% 5em 10%;
} }