portfolio/src/components/css/ArticleEditor.css

22 lines
336 B
CSS

.ArticleEditor input {
width:100%;
height: 35vh;
border-style: solid;
border-color: lightgray;
border-radius: 2px;
border-width: 2px;
padding: 0.4em 0.4em 0.4em 0;
text-align: left;
}
.article .open {
max-height:100vh;
}
.article .Close {
max-height:100vh;
}
.article {
max-height:100vh;
}