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:
authormax.mehl <max.mehl@fsfe.org>2022-07-28 14:34:12 +0300
committermax.mehl <max.mehl@fsfe.org>2022-07-28 14:34:12 +0300
commit7c03e472758fdb7d6359834316c0f58db754c21c (patch)
tree2b1f1562c6c522f563ab20c51c36c91e4e6becc4
parenteffeb322b9f776ae23d2f948b7eea6a6f4446636 (diff)
improve thumbnails for mobile viewHEADmaster
put them in their own row and make them bigger
-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 {