fixed buggy footer desig

This commit is contained in:
knoxfighter 2018-08-11 15:51:02 +02:00
parent 5b9b3c99c0
commit 6fc68ab984

View File

@ -1,16 +1,20 @@
.content-header {
> h1 {
margin: 0;
font-size: 28px;
.content-wrapper {
padding-bottom: 1px;
> small {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
.content-header {
> h1 {
margin: 0;
font-size: 28px;
line-height: 1;
color: #777;
> small {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
line-height: 1;
color: #777;
}
}
}
}