1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00

made posts look better

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

View File

@ -164,12 +164,12 @@
el.querySelector("link").innerHTML
}" target="_blank" rel="noopener">
${el.querySelector("title").innerHTML}
</a>
</header></h3>
<figure>
<img src="${el
.querySelector("content")
.getAttribute("url")}" alt="Post Thumbnail">
</a>
</figure>
<figcaption>${
el.querySelector("description").innerHTML

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;
}