Faster Update, fixing bugs
[smail.git/.git] / css / send.css
1 textarea{
2     width: 100%;
3     display: flex;
4     justify-content: center;
5     border-radius: 0px;
6     height: 40%;
7     resize: none;
8     margin: 0px;
9 }
10 input{
11     border-radius: 10px 10px 0px 0px;
12     width: 100%;
13     padding: 3px;
14 }
15 .submit{
16     border-radius: 0px 0px 10px 10px;
17 }
18 .center{
19     border-radius: 0px;
20 }
21 @media (orientation: portrait){
22     body{
23         padding-left: 10%;
24         padding-right: 10%;
25     }
26     text{
27         font-size: 20px;
28     }
29 }
30 @media (orientation: landscape){
31     body{
32         padding-left: 40%;
33         padding-right: 40%;
34     }
35 }