1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +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>
<h1>Anson Biggs</h1>
<h3>
<h3 style="margin-top: 0">
Astronautical Engineering Undergraduate
<!--sse-->
<br />

View File

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