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

made posts look better

This commit is contained in:
2021-07-27 21:45:00 -07:00
parent 9434a5ddae
commit 9780459aa7
2 changed files with 19 additions and 6 deletions

View File

@@ -27,3 +27,16 @@ article > p {
body {
margin: auto 15% 5em 10%;
}
article {
padding: 0em 1em 2em;
border: 5px solid black;
border-radius: 20px;
}
header > h3 {
font-size: xx-large;
margin: auto;
padding: 1em;
text-align: center;
}