salix/print/report/rpt-informe/assets/css/style.css

25 lines
286 B
CSS

p {
font-size: 1.2em;
margin: 0
}
.main {
position: relative;
height: 100%
}
.content {
position: absolute;
margin-top: -200px;
height: 400px;
top: 50%
}
.signature {
text-align: center;
margin-top: 150px
}
.signature img {
width: 400px
}