Skip to content

Commit 1fc4e58

Browse files
committed
upd: change releaseitem header logo size
1 parent 4aaab5a commit 1fc4e58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/client/components/release-item.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@ export default class ReleaseItem extends Vue {
169169
gap: 20px;
170170
& header {
171171
width: 100%;
172-
height: 100px;
173-
@media screen and (max-width: 768px) {
174-
width: calc(var(--font-large-size) * 4);
175-
}
172+
height: fit-content;
173+
display: flex;
174+
justify-content: center;
175+
flex-shrink: 0;
176176
177177
& img {
178178
width: 100px;
179-
height: 100px;
179+
height: auto;
180180
@media screen and (max-width: 768px) {
181181
width: calc(var(--font-large-size) * 4);
182182
}

0 commit comments

Comments
 (0)