We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0010703 commit 9abfbcbCopy full SHA for 9abfbcb
assets/css/tabs.css
@@ -143,9 +143,11 @@ td.lastrow-center-text {
143
144
/* Array Libraries */
145
img.first-column-layout {
146
- height: 30px;
+ max-width: 100px;
147
+ max-height: 30px;
148
+ margin: 0px 20px 0px 10px;
149
}
150
151
td.left-text {
152
vertical-align: middle;
-}
153
+}
layouts/partials/array-libraries.html
@@ -19,7 +19,7 @@
19
</tr>
20
{{- range $libraries }}
21
<tr>
22
- <td><img class="first-column-layout" src="{{ .img }}" alt="{{ .alttext }}"></td>
+ <td style="text-align: center"><img class="first-column-layout" src="{{ .img }}" alt="{{ .alttext }}"></td>
23
<td class="full-center-text"><a href="{{ .url }}">{{ .title }}</a></td>
24
<td class="left-text">{{ .text }}</td>
25
0 commit comments