template error logging, css, better rendering
This commit is contained in:
parent
2e7a81d7c7
commit
0a85a81950
9 changed files with 51 additions and 39 deletions
|
@ -10,6 +10,10 @@ html {
|
|||
padding-left: 20%;
|
||||
}
|
||||
|
||||
.side-nav {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
|
@ -20,11 +24,16 @@ html {
|
|||
padding: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
article {
|
||||
.blog-article {
|
||||
padding-top: 2rem;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.hidden-link {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue