Add usave

This commit is contained in:
Jeremy Thomas
2019-05-21 16:29:35 +01:00
parent 412bef468f
commit 9f18c27f03
7 changed files with 16 additions and 9 deletions

View File

@@ -43,6 +43,13 @@
"width":"100", "width":"100",
"height":"50", "height":"50",
"follow": true "follow": true
},
"usave": {
"name": "usave",
"url": "https://usave.co.uk/utilities/broadband/",
"title": "Compare broadband deals with usave.co.uk",
"width":"106",
"height":"25.5"
} }
}, },
"home": [ "home": [
@@ -51,7 +58,8 @@
"dontpayfull", "dontpayfull",
"devsquad", "devsquad",
"hebergeurweb", "hebergeurweb",
"vpsserver" "vpsserver",
"usave"
], ],
"footer": [] "footer": []
} }

View File

@@ -89,6 +89,9 @@ $bd-partnrs-4: 1130px
width: $carbon-width width: $carbon-width
+widescreen +widescreen
.bd-partnrs
.container
max-width: 1536px
.bd-partner .bd-partner
&.bd-is-carbon &.bd-is-carbon
margin-left: 3rem margin-left: 3rem

View File

@@ -296,18 +296,11 @@ html {
} }
img, img,
embed,
iframe,
object,
video { video {
height: auto; height: auto;
max-width: 100%; max-width: 100%;
} }
audio {
max-width: 100%;
}
iframe { iframe {
border: 0; border: 0;
} }
@@ -14214,6 +14207,9 @@ svg {
} }
@media screen and (min-width: 1216px) { @media screen and (min-width: 1216px) {
.bd-partnrs .container {
max-width: 1536px;
}
.bd-partner.bd-is-carbon { .bd-partner.bd-is-carbon {
margin-left: 3rem; margin-left: 3rem;
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB