Website style erweitert

This commit is contained in:
2022-01-13 11:08:45 +01:00
parent 6ae3e86cb9
commit 713327a32f
9 changed files with 134 additions and 173 deletions

View File

@@ -0,0 +1,36 @@
.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;
}