cambia color de fondo del form

pull/16/head
Borja Robert 2 years ago
parent 5f49d760da
commit 188d4c4847

@ -42,11 +42,11 @@
.form { .form {
grid-column: 1/2; grid-column: 1/2;
background-color: rgb(230, 240, 240); background-color: rgb(236, 240, 240);
} }
.preview { .preview {
grid-column: 2/3; grid-column: 2/3;
background-color: rgb(240, 238, 240); background-color: rgb(240, 240, 240);
} }
</style> </style>

Loading…
Cancel
Save