cambio cosas menores en organized para que muestre bien las imágenes subidas

pull/3/head
Borja Robert 2 years ago
parent 41afe44c51
commit 4ffcdb3a23

@ -65,7 +65,7 @@
<style>
.organized-by {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: repeat(5, min-content);
align-items: center;
justify-content: center;
}
@ -77,17 +77,20 @@
align-items: center;
justify-content: center;
margin: 1rem;
background-color: #ddd;
padding: 0.25rem;
}
.organized-logo {
max-height: 64px;
max-width: 100px;
margin: 0 auto;
background-color: #fff;
}
.remove {
position: absolute;
top: 0px;
right: 0px;
right: 0.25rem;
color: red;
cursor: pointer;
}

Loading…
Cancel
Save