Added Bang! deep scrape. Improved network page layout. Added Bang Bros logos.

This commit is contained in:
2020-01-07 04:23:28 +01:00
parent 89064e9e0c
commit 0a19f2e624
71 changed files with 194 additions and 116 deletions

View File

@@ -120,16 +120,6 @@ export default {
};
</script>
<style lang="scss">
@import 'theme';
@media(max-width: $breakpoint3) {
.releases .tiles {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
}
</style>
<style lang="scss" scoped>
@import 'theme';
@@ -216,7 +206,7 @@ export default {
font-weight: bold;
}
@media(max-width: $breakpoint) {
@media(max-width: $breakpoint3) {
.header,
.header.hideable {
display: flex;

View File

@@ -103,6 +103,7 @@ export default {
.trailer-video {
max-width: 100%;
object-fit: cover;
}
.item {

View File

@@ -180,7 +180,6 @@ export default {
.details {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
font-size: 0;