Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJason Allan <code@jasonderrythomas.com>2022-03-04 15:44:24 +0300
committerJason Allan <code@jasonderrythomas.com>2022-03-04 15:44:24 +0300
commit0e1bc0b847d1570c205dabc08598cd199616790c (patch)
tree5e52033d91ebe3786219bd09b5c3e15026b95a18 /assets
parent0b4d9c6ca43a83e4e5a79d0b9f0c4d6f623c8d4c (diff)
Handle missing blog images and add attribution
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_global.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/sass/_global.scss b/assets/sass/_global.scss
index ffeb72d..556cafb 100644
--- a/assets/sass/_global.scss
+++ b/assets/sass/_global.scss
@@ -38,7 +38,15 @@ main {
}
article .list-image {
- width: 100%;
+ img {
+ width: 100%;
+ }
+
+ .attribution {
+ font-size: smaller;
+ text-align: center;
+ }
+
margin: 0 0 20px;
}