1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 00:31:30 +00:00

blog posts automatically populate on resume

This commit is contained in:
2021-07-27 19:05:14 -07:00
parent 317219e36a
commit 9434a5ddae
3 changed files with 53 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ p {
margin-left: 1em;
}
article > p {
margin-left: 0;
}
body {
margin: auto 15% 5em 10%;
}