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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3d6dc0d..e785446 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1460,7 +1460,15 @@ textarea {
}
.list__thumbnail {
- max-width: 80px;
+ width: 100%;
+ }
+
+ .list__thumbnail img {
+ max-width: 100%;
+ width: 300px;
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
}
.list__title {