empieza la branch

pull/15/head
Borja Robert 2 years ago
parent bf74361fc3
commit 00415c3404

File diff suppressed because it is too large Load Diff

@ -94,7 +94,7 @@
.result { .result {
display: block; display: block;
aspect-ratio: 1/1.4142; aspect-ratio: 1/1.4142;
min-height: 842px; /* min-height: 842px; */
align-self: center; align-self: center;
width: auto; width: auto;
background-size: contain; background-size: contain;

@ -35,7 +35,7 @@
<style> <style>
.main { .main {
display: grid; display: grid;
grid-template-columns: minmax(200px, 1fr) minmax(480px, min-content); grid-template-columns: 1fr 600px;
grid-gap: 0.5rem; grid-gap: 0.5rem;
min-height: calc(100vh - 5rem); min-height: calc(100vh - 5rem);
} }

Loading…
Cancel
Save