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

Loading…
Cancel
Save