We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a11dde commit 7569ef5Copy full SHA for 7569ef5
index.html
@@ -62,7 +62,7 @@
62
63
<template id="datapack-template">
64
<div class="datapack">
65
- <img height="100px" />
+ <img/>
66
<div class="name-and-description">
67
<h3 class="name"></h3>
68
<p class="description"></p>
style.css
@@ -155,6 +155,8 @@ a:visited {
155
156
img {
157
border-radius: 0.5em;
158
+ border: var(--border-width) var(--background) solid;
159
+ height: 6rem;
160
}
161
162
.name {
@@ -167,6 +169,8 @@ a:visited {
167
169
168
170
171
.name-and-description {
172
+ line-height: 1.25;
173
+
174
padding-left: 1em;
175
align-items: stretch;
176
align-content: center;
0 commit comments