Website style erweitert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user