Terranova
commited on
Commit
·
b420746
1
Parent(s):
9f44892
Update workspace.md
Browse files- workspace.md +2 -2
workspace.md
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
margin-right: 5px;
|
18 |
padding-left: -40px !important;
|
19 |
}
|
20 |
-
img {width:
|
21 |
details, .details {
|
22 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
|
23 |
}
|
@@ -36,7 +36,7 @@
|
|
36 |
.imgin {
|
37 |
display: inline-block;
|
38 |
border: solid white;
|
39 |
-
width:
|
40 |
}
|
41 |
</style>
|
42 |
|
|
|
17 |
margin-right: 5px;
|
18 |
padding-left: -40px !important;
|
19 |
}
|
20 |
+
img {width: 85% !important; max-height: 85% !important; display: block; align: center; margin-left: auto; margin-right: auto; margin-top: 0px !important; margin-bottom: 2px;/* remove extra space below image */ }
|
21 |
details, .details {
|
22 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
|
23 |
}
|
|
|
36 |
.imgin {
|
37 |
display: inline-block;
|
38 |
border: solid white;
|
39 |
+
width: 49%;
|
40 |
}
|
41 |
</style>
|
42 |
|