pretty much done

This commit is contained in:
2021-08-26 16:51:05 +01:00
parent 256ecf826f
commit 5399c8b5c9
4 changed files with 42 additions and 1 deletions

View File

@ -112,6 +112,30 @@ hr {
}
padding-bottom: 1rem;
}
&.writing {
.book-cover {
float: left;
margin-right: 1rem;
text-align: center;
img {
height: 184px;
}
a {
color: $text-colour;
}
p {
color: $text-colour;
text-decoration: underline;
font-weight: 200;
font-family: $sans_font;
}
div.placeholder {
height: 184px;
width: 122px;
background-color: #adadad;
}
}
}
}
.headshot {

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB