diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ced6587..73520b1 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -12,7 +12,6 @@
-
@@ -199,7 +198,7 @@
1684327639044
-
+
@@ -221,6 +220,10 @@
+
+
+
+
diff --git a/templates/default/index.html.twig b/templates/default/index.html.twig
index 5a0b3b9..b923328 100644
--- a/templates/default/index.html.twig
+++ b/templates/default/index.html.twig
@@ -14,13 +14,21 @@
font: 18px/1.5 sans-serif;
}
+ figure{
+ max-height: 422px;
+ max-width: 479px;
+ overflow: auto;
+ padding: 0;
+ margin: 5px;
+ }
.example-wrapper img {
width: 100%;
float:left;
+ min-height: 422px;
}
.example-wrapper strong {
float: left;
- margin-top: -4em;
+ margin-top: -3em;
position: relative;
padding: 0.5em;
background: rgba(0, 0, 0, .7);
@@ -35,12 +43,17 @@
}
a{
float:left;
- width: 50%;
}
a:hover strong{
color: #ddd;
background: rgba(0, 0, 0, .7);
}
+ img {
+ max-width: 90vw;
+ margin-right: 1em;
+ /*margin-bottom: 1em;*/
+ /*width: 600px;*/
+ }
@@ -76,11 +89,6 @@
{% endblock %}