sts/assets/themes/default/index.css

21 lines
310 B
CSS
Raw Normal View History

2023-01-27 00:08:50 +01:00
h1 {
text-align: center;
margin-top: 15%;
font-size: 14vw;
}
div {
white-space: nowrap;
width: auto;
display: block;
margin-left: 30%;
margin-right: 30%;
line-height: 1.5;
}
input[type="submit"]{
/*margin: 0;*/
margin-right: 30;
text-align: center;
}
input[type="text"]{
width: 85%;
}