Update images
This commit is contained in:
@@ -7,7 +7,7 @@ article class="h-entry"
|
|||||||
- if post.photos?
|
- if post.photos?
|
||||||
- post.photos.each do |photo|
|
- post.photos.each do |photo|
|
||||||
figure
|
figure
|
||||||
img class="u-photo" src=photo["value"] alt=photo["alt"]
|
img class="u-photo shadow-solid mb-4" src=photo["value"] alt=photo["alt"]
|
||||||
figcaption
|
figcaption
|
||||||
= photo["alt"]
|
= photo["alt"]
|
||||||
div class="e-content"
|
div class="e-content"
|
||||||
|
@@ -16,6 +16,9 @@ module.exports = {
|
|||||||
'5xl': '3.052rem',
|
'5xl': '3.052rem',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
|
boxShadow: {
|
||||||
|
'solid': '10px 10px 1px 2px #fce7f3'
|
||||||
|
},
|
||||||
typograpgy: {
|
typograpgy: {
|
||||||
emphasis: {
|
emphasis: {
|
||||||
css: {
|
css: {
|
||||||
|
Reference in New Issue
Block a user