Merge branch 'development' of github.com:threefoldtech/www_partners_v2 into development
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<template>
|
||||
<Layout :hiddenHeader="true" :disableScroll="true">
|
||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
<img class="pt-5" src="/img/valuesheader2.png" alt="" />
|
||||
|
||||
<div class="max-w-xl mx-auto py-10">
|
||||
<img class="" src="/img/valuesheader2.png" alt="" />
|
||||
</div>
|
||||
<div class="my-4">
|
||||
<nav class="inline-block w-1/4 border-r-2 border-gray-200">
|
||||
<a
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<div
|
||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
||||
:style="{ height: contentHeight + 'px' }"
|
||||
>
|
||||
<div class="container sm:pxi-0 mx-auto">
|
||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||
<PostListItem
|
||||
v-for="edge in $page.entries.edges"
|
||||
@@ -71,11 +68,6 @@ export default {
|
||||
baseurl: function () {
|
||||
return "";
|
||||
},
|
||||
contentHeight() {
|
||||
if (process.isClient) {
|
||||
return window.innerHeight - 160;
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<div
|
||||
class="container sm:pxi-0 mx-auto overflow-hidden"
|
||||
:style="{ height: contentHeight + 'px' }"
|
||||
>
|
||||
<div class="container sm:pxi-0 mx-auto">
|
||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||
<PostListItem
|
||||
v-for="edge in $page.entries.edges"
|
||||
@@ -71,11 +68,6 @@ export default {
|
||||
baseurl: function () {
|
||||
return "";
|
||||
},
|
||||
contentHeight() {
|
||||
if (process.isClient) {
|
||||
return window.innerHeight - 160;
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 198 KiB |
Reference in New Issue
Block a user