Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lopul authored Sep 27, 2020
1 parent b96b338 commit 88ffe17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ms.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
along with this program; if not, you can find it here:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
body {
width: 100%;
max-width: 80ex;
margin: 0 auto 0 auto;
overflow-y: scroll;
}
h1 {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: inherit;
font-weight: bolder;
}
textarea {
width: 100%;
max-width: 80ex;
Expand Down

0 comments on commit 88ffe17

Please sign in to comment.