restrict to article
[rnaseq-cwl-training.git] / assets / css / lesson.scss
index 8a7b29548dd218d86ad411a27ecee7b255737f45..c32d7743fb8768c9420bfdb525732bad97bfb916 100644 (file)
@@ -137,8 +137,10 @@ code {
   background-color: #e7e7e7;
 }
 
-img {
-  max-width: 100%;
+article img {
+    display: block;
+    margin: 20px auto;
+    max-width: 100%;
 }
 
 //----------------------------------------