Add some of my Certificates to the page

This commit is contained in:
Michał Gdula 2024-05-24 18:41:05 +01:00
parent 683ece66db
commit 5c41d81288
10 changed files with 128 additions and 6 deletions

View file

@ -49,6 +49,14 @@ const { Content } = await post.render();
#markdown {
flex-grow: 1;
h1, h2, h3, h4, h5, h6 {
padding-bottom: 16px;
}
p {
padding-bottom: 8px;
}
a {
text-decoration: none;
color: $orange;