Update images

This commit is contained in:
2023-02-18 17:01:43 +11:00
parent c92428617c
commit c2cf116a49
2 changed files with 4 additions and 1 deletions

View File

@@ -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"

View File

@@ -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: {