Terranova commited on
Commit
ea2ca7b
·
1 Parent(s): 8b869d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -20,10 +20,13 @@ license: cc-by-3.0
20
  margin-right: 5px;
21
  padding-left: -40px !important;
22
  }
23
- img {max-width: 75%; max-height: 75%; display: block; align: center;/* remove extra space below image */ }
24
  details {
25
  background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 2px;
26
  }
 
 
 
27
 
28
  </style>
29
 
 
20
  margin-right: 5px;
21
  padding-left: -40px !important;
22
  }
23
+ img {max-width: 75%; max-height: 75%; display: block; align: center; margin-left: auto; margin-right: auto;/* remove extra space below image */ }
24
  details {
25
  background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 2px;
26
  }
27
+ .image_sources {
28
+ text-align: center;
29
+ }
30
 
31
  </style>
32