Constnium/public/css/style.css

16 lines
227 B
CSS
Raw Normal View History

2022-06-23 12:40:02 +02:00
.form-control {
width: 50% !important;
text-align: center;
}
.firstname-constant {
height: 15em;
min-height: 15em;
max-height: 15em;
}
.firstname-constant p {
text-align: center;
2022-06-23 16:45:25 +02:00
font-size: 5em;
}