Add files via upload

This commit is contained in:
Daniel Muñoz Garcia
2021-06-02 13:08:20 +02:00
committed by GitHub
parent a211264aa6
commit 6efe3fc241

View File

@ -143,4 +143,23 @@
grid-column-start: 3;
grid-column-end: 4;
grid-template-columns: repeat(1,1fr);
}
}
.content-input {
width: 15%;
height: 20px;
border: 1px solid #000000;
margin-top: 10px;
font-size: 15px;
display: inline-block;
}
.efe {
width: 85%;
height: 20px;
margin-bottom: 20px;
text-align: left;
font-size: 22px;
display: inline-block;
}