Updated ad layout

This commit is contained in:
Dan Leech 2015-12-10 15:57:49 +00:00
parent 01574b1c45
commit ead109e338
3 changed files with 33 additions and 6 deletions

View File

@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
.carbon-wrap {
display: flex;
.carbon-wrap:after {
clear: both;
content: " ";
display: table;
}
.carbon-img {
float: left;
}
.carbon-text {
float: right;
width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;

View File

@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
.carbon-wrap {
display: flex;
.carbon-wrap:after {
clear: both;
content: " ";
display: table;
}
.carbon-img {
float: left;
}
.carbon-text {
float: right;
width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;

View File

@ -171,8 +171,17 @@
.block--ad {
padding: 0.75rem;
}
.carbon-wrap {
display: flex;
.carbon-wrap:after {
clear: both;
content: " ";
display: table;
}
.carbon-img {
float: left;
}
.carbon-text {
float: right;
width: calc(100% - 130px);
}
.carbon-poweredby {
color: #AAA;