forgot to add height to textarea
This commit is contained in:
parent
0f0e0f92e3
commit
1b6104420a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue