template redesign

This commit is contained in:
Jana Deutschländer 2017-01-02 08:58:59 +01:00
commit f414dd9577
31 changed files with 1156 additions and 80 deletions

View file

@ -120,23 +120,45 @@
.content{
.row > .col-xs-12{
width: 73%;
position: relative;
float: right;
width: 100%;
background-color: #fff;
}
}
.showSidebar{
.content{
.row > .col-xs-12{
width: 73%;
position: relative;
float: right;
}
}
}
.claim{
.logo{
position: absolute;
bottom: 0;
height: 1px;
bottom: 1em;
overflow: visible;
}
.logo img{
max-width: 100%;
height: auto;
height: 60px;
width: auto;
}
}
.showSidebar{
.claim{
.logo{
position: absolute;
bottom: 0;
height: 1px;
overflow: visible;
}
.logo img{
max-width: 100%;
height: auto;
}
}
}