diff --git a/style.css b/style.css index 942c862..0cfb479 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,11 @@ table { margin-right: 8px; } +textarea { + resize: vertical; + width: 100%; +} + @media only screen and (orientation: landscape) { :target::before { content: ""; @@ -1537,11 +1542,6 @@ heading .button { cursor: pointer; } -textarea { - resize: vertical; - width: calc(100% - 8px); -} - .wrapper table input { width: calc(100% - 20px); }