This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Hochzeit/ui/src/app/home/home.component.css
2022-01-13 11:08:45 +01:00

37 lines
469 B
CSS

.heading-page {
text-align: center;
font-size: 60px;
margin: 0;
line-height: 1.2;
}
.section-heading-page {
background: #228fb8;
color: white;
}
.col-xs-12 {
width: 100%;
}
.container {
width:1170px;
text-align: center;
}
.wrapper-table {
display: table;
margin: 0;
padding: 0;
width: 100%;
}
.wrapper-table-cell {
display: table-cell;
text-align: center;
vertical-align: middle;
}