mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add usave
This commit is contained in:
parent
412bef468f
commit
9f18c27f03
@ -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": []
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/images/sponsors/usave.png
Normal file
BIN
docs/images/sponsors/usave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/images/sponsors/usave@2x.png
Normal file
BIN
docs/images/sponsors/usave@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
docs/images/sponsors/usave@3x.png
Normal file
BIN
docs/images/sponsors/usave@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue
Block a user