Skip to content
Snippets Groups Projects
Commit 02fa7ff6 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: adjust textarea to fit mobile devices


Removed padding left and right, as textarea growed bigger then body on
mobile divces. Made it taller too. So it won't extend height of device
to much.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent ba912d12
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,9 @@ label {
textarea {
font-size: larger;
width: calc(100vw - 8vmin);
height: 76vh;
width: 100%;
padding-left: 0;
padding-right: 0;
height: 50vh;
margin-top: 2vmin;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment