Added Bang! deep scrape. Improved network page layout. Added Bang Bros logos.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -103,6 +103,7 @@ export default {
|
||||
|
||||
.trailer-video {
|
||||
max-width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.item {
|
||||
|
||||
@@ -180,7 +180,6 @@ export default {
|
||||
.details {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
position: absolute;
|
||||
font-size: 0;
|
||||
|
||||
Reference in New Issue
Block a user