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",
"height":"50",
"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": [
@ -51,7 +58,8 @@
"dontpayfull",
"devsquad",
"hebergeurweb",
"vpsserver"
"vpsserver",
"usave"
],
"footer": []
}

View File

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

View File

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