pretty much done
This commit is contained in:
parent
256ecf826f
commit
5399c8b5c9
@ -40,12 +40,29 @@ octo: octo-4.webp
|
|||||||
<tr>
|
<tr>
|
||||||
<td rowspan=2>BOOKS</td>
|
<td rowspan=2>BOOKS</td>
|
||||||
<td>
|
<td>
|
||||||
|
<div class="book-cover">
|
||||||
|
<img src="/img/books/fsn-cover.jpg" alt='Full Surrogacy Now Cover'>
|
||||||
|
<a href="">
|
||||||
|
<p>
|
||||||
|
BUY NOW
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<p>
|
||||||
|
AUDIOBOOK
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<p><b>Aliquam sed quam metus</b></p>
|
<p><b>Aliquam sed quam metus</b></p>
|
||||||
<p><i>Published in Jan 2015</i></p>
|
<p><i>Published in Jan 2015</i></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
<div class="book-cover">
|
||||||
|
<div class="placeholder"></div>
|
||||||
|
<p>COMING SOON</p>
|
||||||
|
</div>
|
||||||
<p><b>Aliquam sed quam metus</b></p>
|
<p><b>Aliquam sed quam metus</b></p>
|
||||||
<p><i>Published in Jan 2015</i></p>
|
<p><i>Published in Jan 2015</i></p>
|
||||||
</td>
|
</td>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -112,6 +112,30 @@ hr {
|
|||||||
}
|
}
|
||||||
padding-bottom: 1rem;
|
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 {
|
.headshot {
|
||||||
|
BIN
themes/sophie-lewis/static/img/books/fsn-cover.jpg
Normal file
BIN
themes/sophie-lewis/static/img/books/fsn-cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user