forgot to add height to textarea
Esse commit está contido em:
pai
0f0e0f92e3
commit
1b6104420a
1 arquivos alterados com 3 adições e 3 exclusões
|
|
@ -156,20 +156,20 @@
|
||||||
|
|
||||||
.card textarea{
|
.card textarea{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 100vh;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card embed{
|
.card embed{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50vw;
|
height: 50vh;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card iframe {
|
.card iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50vw;
|
height: 50vh;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Carregando…
Referência em uma nova issue